Html Css Color HEX #05299C International Klein Blue

📋 copy color: '#05299C'

red 5 ◦ green 41 ◦ blue 156

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

Shades of International Klein Blue #05299C

Tints of International Klein Blue #05299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.3%

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

R = 2.48%
G = 20.3%
B = 77.23%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05299C (or 0x05299C) is known color: International Klein Blue. HEX triplet: 05, 29 and 9C. RGB value is (5,41,156). Sum of RGB (Red+Green+Blue) = 5+41+156=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #05299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05299C is #FAD663. Grayscale: #2A2A2A. Windows color (decimal): -16438884 or 10234117. OLE color: 10234117.

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

Color convert

RGB 5 41 156 -
CMYK 0.97 0.74 0 0.39
HSL 225.7º 0.94% 0.32% -
HSV(B) 225.7º 0.97% 0.61% -
XYZ 6.86 4.02 31.87 -
YUV 43.35 191.57 100.65 -
System Red Green Blue C M Y K H S L
Decimal 5 41 156 0.97 0.74 0 0.39 225.7 0.94 0.32
Hex 5 29 9C 61 4A 0 27 E2 5E 20
Octal 5 51 234 141 112 0 47 342 136 40
Binary 101 101001 10011100 1100001 1001010 0 100111 11100010 1011110 100000

Color Harmonies of #05299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05299C

Black with #05299C

Text Example


Text Example

White with #05299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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