#0623A9

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

Shades of International Klein Blue #0623A9

Tints of International Klein Blue #0623A9

Color information

#0623A9 (or 0x0623A9) is unknown color: approx International Klein Blue. HEX triplet: 06, 23 and A9. RGB value is (6,35,169). Sum of RGB (Red+Green+Blue) = 6+35+169=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 169 (66.41% from 255 or 80.48% from 210); Max value from RGB is 169 - color contains mainly: blue. Hex color #0623A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0623A9 is #F9DC56. Grayscale: #292929. Windows color (decimal): -16374871 or 11084550. OLE color: 11084550.

HSL color Cylindrical-coordinate representation of color #0623A9: hue angle of 229.33º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0623A9 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB635169-
CMYK0.960.7900.34
HSL229.33º93.14%34.31%-
HSV(B)229.33º96.45%66.27%-
XYZ7.844.1137.92-
YUV41.6199.89102.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 169 (66.41% from 255) = 80.48%
R=2.86%
G=16.67%
B=80.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal6351690.960.7900.34229.3393.1434.31
Hex623A9604F022e55d22
Octal64325114011704234513542
Binary11010001110101001110000010011110100010111001011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0623A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0623A9; }

 p { color: rgb(6,35,169); }

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

<style>
 a { background-color: #0623A9; }

 a { background-color: rgb(6,35,169); }

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

<style>
 span { border-color: #0623A9; }

 span { border-color: rgb(6,35,169); }

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