Html Css Color HEX #05229D International Klein Blue

📋 copy color: '#05229D'

red 5 ◦ green 34 ◦ blue 157

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

Shades of International Klein Blue #05229D

Tints of International Klein Blue #05229D

RGB

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

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

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

R = 2.55%
G = 17.35%
B = 80.1%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05229D (or 0x05229D) is known color: International Klein Blue. HEX triplet: 05, 22 and 9D. RGB value is (5,34,157). Sum of RGB (Red+Green+Blue) = 5+34+157=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #05229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05229D is #FADD62. Grayscale: #262626. Windows color (decimal): -16440675 or 10297861. OLE color: 10297861.

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

Color convert

RGB 5 34 157 -
CMYK 0.97 0.78 0 0.38
HSL 228.55º 0.94% 0.32% -
HSV(B) 228.55º 0.97% 0.62% -
XYZ 6.72 3.61 32.24 -
YUV 39.35 194.39 103.5 -
System Red Green Blue C M Y K H S L
Decimal 5 34 157 0.97 0.78 0 0.38 228.55 0.94 0.32
Hex 5 22 9D 61 4E 0 26 E5 5E 20
Octal 5 42 235 141 116 0 46 345 136 40
Binary 101 100010 10011101 1100001 1001110 0 100110 11100101 1011110 100000

Color Harmonies of #05229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05229D

Black with #05229D

Text Example


Text Example

White with #05229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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