#0A23B2

Color #0A23B2 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0A23B2

Tints of International Klein Blue #0A23B2

Color information

#0A23B2 (or 0x0A23B2) is unknown color: approx International Klein Blue. HEX triplet: 0A, 23 and B2. RGB value is (10,35,178). Sum of RGB (Red+Green+Blue) = 10+35+178=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 178 (69.92% from 255 or 79.82% from 223); Max value from RGB is 178 - color contains mainly: blue. Hex color #0A23B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A23B2 is #F5DC4D. Grayscale: #2B2B2B. Windows color (decimal): -16112718 or 11674378. OLE color: 11674378.

HSL color Cylindrical-coordinate representation of color #0A23B2: hue angle of 231.07º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A23B2 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1035178-
CMYK0.940.8000.30
HSL231.07º89.36%36.86%-
HSV(B)231.07º94.38%69.8%-
XYZ8.764.4842.52-
YUV43.83203.72103.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 178 (69.92% from 255) = 79.82%
R=4.48%
G=15.70%
B=79.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10351780.940.8000.30231.0789.3636.86
HexA23B25E5001Ee75925
Octal124326213612003634713145
Binary10101000111011001010111101010000011110111001111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A23B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A23B2; }

 p { color: rgb(10,35,178); }

 H1.HeaderClassName
 {
   color: #0A23B2;
 }
 .AnyTagClassName
 {
   color: #0A23B2;
 }
</style>
background-color css

<style>
 a { background-color: #0A23B2; }

 a { background-color: rgb(10,35,178); }

 div.DivClassName
 {
   background-color: #0A23B2;
 }
 .BgClassName
 {
   background-color: #0A23B2;
 }
</style>
border-color css

<style>
 span { border-color: #0A23B2; }

 span { border-color: rgb(10,35,178); }

 td.TdClassName
 {
   border-color: #0A23B2;
 }
 .TagClassName
 {
   border-color: #0A23B2;
 }
</style>