Html Css Color HEX #05209B International Klein Blue

📋 copy color: '#05209B'

red 5 ◦ green 32 ◦ blue 155

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

Shades of International Klein Blue #05209B

Tints of International Klein Blue #05209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.67%

 BLUE value IS 155 (60.94% from 255) = 80.73%

R = 2.6%
G = 16.67%
B = 80.73%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05209B (or 0x05209B) is known color: International Klein Blue. HEX triplet: 05, 20 and 9B. RGB value is (5,32,155). Sum of RGB (Red+Green+Blue) = 5+32+155=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #05209B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05209B is #FADF64. Grayscale: #252525. Windows color (decimal): -16441189 or 10166277. OLE color: 10166277.

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

Color convert

RGB 5 32 155 -
CMYK 0.97 0.79 0 0.39
HSL 229.2º 0.94% 0.31% -
HSV(B) 229.2º 0.97% 0.61% -
XYZ 6.5 3.43 31.33 -
YUV 37.95 194.05 104.5 -
System Red Green Blue C M Y K H S L
Decimal 5 32 155 0.97 0.79 0 0.39 229.2 0.94 0.31
Hex 5 20 9B 61 4F 0 27 E5 5E 1F
Octal 5 40 233 141 117 0 47 345 136 37
Binary 101 100000 10011011 1100001 1001111 0 100111 11100101 1011110 11111

Color Harmonies of #05209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05209B

Black with #05209B

Text Example


Text Example

White with #05209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05209B; }

 p { color: rgb(5,32,155); }

 H1.HeaderClassName
 {
   color: #05209B;
 }
 .AnyTagClassName
 {
   color: #05209B;
 }
</style>

background-color css

<style>
 a { background-color: #05209B; }

 a { background-color: rgb(5,32,155); }

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

border-color css

<style>
 span { border-color: #05209B; }

 span { border-color: rgb(5,32,155); }

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