Html Css Color HEX #052B9E International Klein Blue

📋 copy color: '#052B9E'

red 5 ◦ green 43 ◦ blue 158

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

Shades of International Klein Blue #052B9E

Tints of International Klein Blue #052B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 76.7%

R = 2.43%
G = 20.87%
B = 76.7%

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

#052B9E (or 0x052B9E) is known color: International Klein Blue. HEX triplet: 05, 2B and 9E. RGB value is (5,43,158). Sum of RGB (Red+Green+Blue) = 5+43+158=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #052B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052B9E is #FAD461. Grayscale: #2C2C2C. Windows color (decimal): -16438370 or 10365701. OLE color: 10365701.

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

Color convert

RGB 5 43 158 -
CMYK 0.97 0.73 0 0.38
HSL 225.1º 0.94% 0.32% -
HSV(B) 225.1º 0.97% 0.62% -
XYZ 7.1 4.23 32.79 -
YUV 44.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 5 43 158 0.97 0.73 0 0.38 225.1 0.94 0.32
Hex 5 2B 9E 61 49 0 26 E1 5E 20
Octal 5 53 236 141 111 0 46 341 136 40
Binary 101 101011 10011110 1100001 1001001 0 100110 11100001 1011110 100000

Color Harmonies of #052B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B9E

Black with #052B9E

Text Example


Text Example

White with #052B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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