Html Css Color HEX #05219A International Klein Blue

📋 copy color: '#05219A'

red 5 ◦ green 33 ◦ blue 154

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

Shades of International Klein Blue #05219A

Tints of International Klein Blue #05219A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.19%

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

R = 2.6%
G = 17.19%
B = 80.21%

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

#05219A (or 0x05219A) is known color: International Klein Blue. HEX triplet: 05, 21 and 9A. RGB value is (5,33,154). Sum of RGB (Red+Green+Blue) = 5+33+154=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 154 (60.55% from 255 or 80.21% from 192); Max value from RGB is 154 - color contains mainly: blue. Hex color #05219A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05219A is #FADE65. Grayscale: #252525. Windows color (decimal): -16440934 or 10100997. OLE color: 10100997.

HSL color Cylindrical-coordinate representation of color #05219A: hue angle of 228.72º 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 #05219A is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 33 154 -
CMYK 0.97 0.79 0 0.40
HSL 228.72º 0.94% 0.31% -
HSV(B) 228.72º 0.97% 0.6% -
XYZ 6.44 3.45 30.9 -
YUV 38.42 193.22 104.16 -
System Red Green Blue C M Y K H S L
Decimal 5 33 154 0.97 0.79 0 0.40 228.72 0.94 0.31
Hex 5 21 9A 61 4F 0 28 E5 5E 1F
Octal 5 41 232 141 117 0 50 345 136 37
Binary 101 100001 10011010 1100001 1001111 0 101000 11100101 1011110 11111

Color Harmonies of #05219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05219A

Black with #05219A

Text Example


Text Example

White with #05219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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