Html Css Color HEX #05249C International Klein Blue

📋 copy color: '#05249C'

red 5 ◦ green 36 ◦ blue 156

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

Shades of International Klein Blue #05249C

Tints of International Klein Blue #05249C

RGB

 RED value IS 5 (2.34% from 255) = 2.54%

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

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

R = 2.54%
G = 18.27%
B = 79.19%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05249C (or 0x05249C) is known color: International Klein Blue. HEX triplet: 05, 24 and 9C. RGB value is (5,36,156). Sum of RGB (Red+Green+Blue) = 5+36+156=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #05249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05249C is #FADB63. Grayscale: #272727. Windows color (decimal): -16440164 or 10232837. OLE color: 10232837.

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

Color convert

RGB 5 36 156 -
CMYK 0.97 0.77 0 0.39
HSL 227.68º 0.94% 0.32% -
HSV(B) 227.68º 0.97% 0.61% -
XYZ 6.69 3.69 31.81 -
YUV 40.41 193.23 102.74 -
System Red Green Blue C M Y K H S L
Decimal 5 36 156 0.97 0.77 0 0.39 227.68 0.94 0.32
Hex 5 24 9C 61 4D 0 27 E4 5E 20
Octal 5 44 234 141 115 0 47 344 136 40
Binary 101 100100 10011100 1100001 1001101 0 100111 11100100 1011110 100000

Color Harmonies of #05249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05249C

Black with #05249C

Text Example


Text Example

White with #05249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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