Html Css Color HEX #052B9F International Klein Blue

📋 copy color: '#052B9F'

red 5 ◦ green 43 ◦ blue 159

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

Shades of International Klein Blue #052B9F

Tints of International Klein Blue #052B9F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.77%

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

R = 2.42%
G = 20.77%
B = 76.81%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#052B9F (or 0x052B9F) is known color: International Klein Blue. HEX triplet: 05, 2B and 9F. RGB value is (5,43,159). Sum of RGB (Red+Green+Blue) = 5+43+159=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #052B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052B9F is #FAD460. Grayscale: #2C2C2C. Windows color (decimal): -16438369 or 10431237. OLE color: 10431237.

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

Color convert

RGB 5 43 159 -
CMYK 0.97 0.73 0 0.38
HSL 225.19º 0.94% 0.32% -
HSV(B) 225.19º 0.97% 0.62% -
XYZ 7.18 4.26 33.25 -
YUV 44.86 192.41 99.57 -
System Red Green Blue C M Y K H S L
Decimal 5 43 159 0.97 0.73 0 0.38 225.19 0.94 0.32
Hex 5 2B 9F 61 49 0 26 E1 5E 20
Octal 5 53 237 141 111 0 46 341 136 40
Binary 101 101011 10011111 1100001 1001001 0 100110 11100001 1011110 100000

Color Harmonies of #052B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B9F

Black with #052B9F

Text Example


Text Example

White with #052B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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