#0A23AC

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

Shades of International Klein Blue #0A23AC

Tints of International Klein Blue #0A23AC

Color information

#0A23AC (or 0x0A23AC) is unknown color: approx International Klein Blue. HEX triplet: 0A, 23 and AC. RGB value is (10,35,172). Sum of RGB (Red+Green+Blue) = 10+35+172=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A23AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A23AC is #F5DC53. Grayscale: #2A2A2A. Windows color (decimal): -16112724 or 11281162. OLE color: 11281162.

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

Color convert

RGB1035172-
CMYK0.940.8000.33
HSL230.74º89.01%35.69%-
HSV(B)230.74º94.19%67.45%-
XYZ8.174.2539.42-
YUV43.14200.72104.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.61%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 172 (67.58% from 255) = 79.26%
R=4.61%
G=16.13%
B=79.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10351720.940.8000.33230.7489.0135.69
HexA23AC5E50021e75924
Octal124325413612004134713144
Binary101010001110101100101111010100000100001111001111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A23AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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