Html Css Color HEX #05229C International Klein Blue

📋 copy color: '#05229C'

red 5 ◦ green 34 ◦ blue 156

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

Shades of International Klein Blue #05229C

Tints of International Klein Blue #05229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.44%

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

R = 2.56%
G = 17.44%
B = 80%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05229C (or 0x05229C) is known color: International Klein Blue. HEX triplet: 05, 22 and 9C. RGB value is (5,34,156). Sum of RGB (Red+Green+Blue) = 5+34+156=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 156 (61.33% from 255 or 80% from 195); Max value from RGB is 156 - color contains mainly: blue. Hex color #05229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05229C is #FADD63. Grayscale: #262626. Windows color (decimal): -16440676 or 10232325. OLE color: 10232325.

HSL color Cylindrical-coordinate representation of color #05229C: hue angle of 228.48º 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 #05229C is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 34 156 -
CMYK 0.97 0.78 0 0.39
HSL 228.48º 0.94% 0.32% -
HSV(B) 228.48º 0.97% 0.61% -
XYZ 6.64 3.58 31.79 -
YUV 39.24 193.89 103.58 -
System Red Green Blue C M Y K H S L
Decimal 5 34 156 0.97 0.78 0 0.39 228.48 0.94 0.32
Hex 5 22 9C 61 4E 0 27 E4 5E 20
Octal 5 42 234 141 116 0 47 344 136 40
Binary 101 100010 10011100 1100001 1001110 0 100111 11100100 1011110 100000

Color Harmonies of #05229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05229C

Black with #05229C

Text Example


Text Example

White with #05229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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