Html Css Color HEX #052D9F International Klein Blue

📋 copy color: '#052D9F'

red 5 ◦ green 45 ◦ blue 159

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

Shades of International Klein Blue #052D9F

Tints of International Klein Blue #052D9F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.53%

 BLUE value IS 159 (62.5% from 255) = 76.08%

R = 2.39%
G = 21.53%
B = 76.08%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#052D9F (or 0x052D9F) is known color: International Klein Blue. HEX triplet: 05, 2D and 9F. RGB value is (5,45,159). Sum of RGB (Red+Green+Blue) = 5+45+159=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #052D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D9F is #FAD260. Grayscale: #2D2D2D. Windows color (decimal): -16437857 or 10431749. OLE color: 10431749.

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

Color convert

RGB 5 45 159 -
CMYK 0.97 0.72 0 0.38
HSL 224.42º 0.94% 0.32% -
HSV(B) 224.42º 0.97% 0.62% -
XYZ 7.26 4.41 33.27 -
YUV 46.04 191.75 98.73 -
System Red Green Blue C M Y K H S L
Decimal 5 45 159 0.97 0.72 0 0.38 224.42 0.94 0.32
Hex 5 2D 9F 61 48 0 26 E0 5E 20
Octal 5 55 237 141 110 0 46 340 136 40
Binary 101 101101 10011111 1100001 1001000 0 100110 11100000 1011110 100000

Color Harmonies of #052D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D9F

Black with #052D9F

Text Example


Text Example

White with #052D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052D9F; }

 p { color: rgb(5,45,159); }

 H1.HeaderClassName
 {
   color: #052D9F;
 }
 .AnyTagClassName
 {
   color: #052D9F;
 }
</style>

background-color css

<style>
 a { background-color: #052D9F; }

 a { background-color: rgb(5,45,159); }

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

border-color css

<style>
 span { border-color: #052D9F; }

 span { border-color: rgb(5,45,159); }

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