Html Css Color HEX #05209D International Klein Blue

📋 copy color: '#05209D'

red 5 ◦ green 32 ◦ blue 157

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

Shades of International Klein Blue #05209D

Tints of International Klein Blue #05209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 80.93%

R = 2.58%
G = 16.49%
B = 80.93%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05209D (or 0x05209D) is known color: International Klein Blue. HEX triplet: 05, 20 and 9D. RGB value is (5,32,157). Sum of RGB (Red+Green+Blue) = 5+32+157=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #05209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05209D is #FADF62. Grayscale: #252525. Windows color (decimal): -16441187 or 10297349. OLE color: 10297349.

HSL color Cylindrical-coordinate representation of color #05209D: hue angle of 229.34º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05209D is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 32 157 -
CMYK 0.97 0.80 0 0.38
HSL 229.34º 0.94% 0.32% -
HSV(B) 229.34º 0.97% 0.62% -
XYZ 6.66 3.5 32.22 -
YUV 38.18 195.05 104.34 -
System Red Green Blue C M Y K H S L
Decimal 5 32 157 0.97 0.80 0 0.38 229.34 0.94 0.32
Hex 5 20 9D 61 50 0 26 E5 5E 20
Octal 5 40 235 141 120 0 46 345 136 40
Binary 101 100000 10011101 1100001 1010000 0 100110 11100101 1011110 100000

Color Harmonies of #05209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05209D

Black with #05209D

Text Example


Text Example

White with #05209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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