#06249E

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

Shades of International Klein Blue #06249E

Tints of International Klein Blue #06249E

Color information

#06249E (or 0x06249E) is unknown color: approx International Klein Blue. HEX triplet: 06, 24 and 9E. RGB value is (6,36,158). Sum of RGB (Red+Green+Blue) = 6+36+158=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 158 (62.11% from 255 or 79% from 200); Max value from RGB is 158 - color contains mainly: blue. Hex color #06249E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06249E is #F9DB61. Grayscale: #282828. Windows color (decimal): -16374626 or 10363910. OLE color: 10363910.

HSL color Cylindrical-coordinate representation of color #06249E: hue angle of 228.16º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06249E is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB636158-
CMYK0.960.7700.38
HSL228.16º92.68%32.16%-
HSV(B)228.16º96.2%61.96%-
XYZ6.883.7732.71-
YUV40.94194.06103.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 158 (62.11% from 255) = 79%
R=3%
G=18%
B=79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6361580.960.7700.38228.1692.6832.16
Hex6249E604D026e45d20
Octal64423614011504634413540
Binary11010010010011110110000010011010100110111001001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06249E; }

 p { color: rgb(6,36,158); }

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

<style>
 a { background-color: #06249E; }

 a { background-color: rgb(6,36,158); }

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

<style>
 span { border-color: #06249E; }

 span { border-color: rgb(6,36,158); }

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