Html Css Color HEX #05299D International Klein Blue

📋 copy color: '#05299D'

red 5 ◦ green 41 ◦ blue 157

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

Shades of International Klein Blue #05299D

Tints of International Klein Blue #05299D

RGB

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

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

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

R = 2.46%
G = 20.2%
B = 77.34%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05299D (or 0x05299D) is known color: International Klein Blue. HEX triplet: 05, 29 and 9D. RGB value is (5,41,157). Sum of RGB (Red+Green+Blue) = 5+41+157=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #05299D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05299D is #FAD662. Grayscale: #2A2A2A. Windows color (decimal): -16438883 or 10299653. OLE color: 10299653.

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

Color convert

RGB 5 41 157 -
CMYK 0.97 0.74 0 0.38
HSL 225.79º 0.94% 0.32% -
HSV(B) 225.79º 0.97% 0.62% -
XYZ 6.94 4.05 32.31 -
YUV 43.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 5 41 157 0.97 0.74 0 0.38 225.79 0.94 0.32
Hex 5 29 9D 61 4A 0 26 E2 5E 20
Octal 5 51 235 141 112 0 46 342 136 40
Binary 101 101001 10011101 1100001 1001010 0 100110 11100010 1011110 100000

Color Harmonies of #05299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05299D

Black with #05299D

Text Example


Text Example

White with #05299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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