Html Css Color HEX #00249C International Klein Blue

📋 copy color: '#00249C'

red 0 ◦ green 36 ◦ blue 156

#00249C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #00249C

Tints of International Klein Blue #00249C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 36 (14.45% from 255) = 18.75%

 BLUE value IS 156 (61.33% from 255) = 81.25%

R = 0%
G = 18.75%
B = 81.25%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00249C (or 0x00249C) is known color: International Klein Blue. HEX triplet: 00, 24 and 9C. RGB value is (0,36,156). Sum of RGB (Red+Green+Blue) = 0+36+156=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 156 (61.33% from 255 or 81.25% from 192); Max value from RGB is 156 - color contains mainly: blue. Hex color #00249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00249C is #FFDB63. Grayscale: #262626. Windows color (decimal): -16767844 or 10232832. OLE color: 10232832.

HSL color Cylindrical-coordinate representation of color #00249C: hue angle of 226.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00249C is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 36 156 -
CMYK 1 0.77 0 0.39
HSL 226.15º 1% 0.31% -
HSV(B) 226.15º 1% 0.61% -
XYZ 6.63 3.66 31.81 -
YUV 38.92 194.07 100.24 -
System Red Green Blue C M Y K H S L
Decimal 0 36 156 1 0.77 0 0.39 226.15 1 0.31
Hex 0 24 9C 64 4D 0 27 E2 64 1F
Octal 0 44 234 144 115 0 47 342 144 37
Binary 0 100100 10011100 1100100 1001101 0 100111 11100010 1100100 11111

Color Harmonies of #00249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00249C

Black with #00249C

Text Example


Text Example

White with #00249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00249C; }

 p { color: rgb(0,36,156); }

 H1.HeaderClassName
 {
   color: #00249C;
 }
 .AnyTagClassName
 {
   color: #00249C;
 }
</style>

background-color css

<style>
 a { background-color: #00249C; }

 a { background-color: rgb(0,36,156); }

 div.DivClassName
 {
   background-color: #00249C;
 }
 .BgClassName
 {
   background-color: #00249C;
 }
</style>

border-color css

<style>
 span { border-color: #00249C; }

 span { border-color: rgb(0,36,156); }

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