Html Css Color HEX #05209A International Klein Blue

📋 copy color: '#05209A'

red 5 ◦ green 32 ◦ blue 154

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

Shades of International Klein Blue #05209A

Tints of International Klein Blue #05209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 80.63%

R = 2.62%
G = 16.75%
B = 80.63%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05209A (or 0x05209A) is known color: International Klein Blue. HEX triplet: 05, 20 and 9A. RGB value is (5,32,154). Sum of RGB (Red+Green+Blue) = 5+32+154=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 154 (60.55% from 255 or 80.63% from 191); Max value from RGB is 154 - color contains mainly: blue. Hex color #05209A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05209A is #FADF65. Grayscale: #252525. Windows color (decimal): -16441190 or 10100741. OLE color: 10100741.

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

Color convert

RGB 5 32 154 -
CMYK 0.97 0.79 0 0.40
HSL 229.13º 0.94% 0.31% -
HSV(B) 229.13º 0.97% 0.6% -
XYZ 6.41 3.4 30.89 -
YUV 37.84 193.55 104.58 -
System Red Green Blue C M Y K H S L
Decimal 5 32 154 0.97 0.79 0 0.40 229.13 0.94 0.31
Hex 5 20 9A 61 4F 0 28 E5 5E 1F
Octal 5 40 232 141 117 0 50 345 136 37
Binary 101 100000 10011010 1100001 1001111 0 101000 11100101 1011110 11111

Color Harmonies of #05209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05209A

Black with #05209A

Text Example


Text Example

White with #05209A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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