Html Css Color HEX #052C9F International Klein Blue

📋 copy color: '#052C9F'

red 5 ◦ green 44 ◦ blue 159

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

Shades of International Klein Blue #052C9F

Tints of International Klein Blue #052C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.15%

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

R = 2.4%
G = 21.15%
B = 76.44%

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

#052C9F (or 0x052C9F) is known color: International Klein Blue. HEX triplet: 05, 2C and 9F. RGB value is (5,44,159). Sum of RGB (Red+Green+Blue) = 5+44+159=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #052C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052C9F is #FAD360. Grayscale: #2C2C2C. Windows color (decimal): -16438113 or 10431493. OLE color: 10431493.

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

Color convert

RGB 5 44 159 -
CMYK 0.97 0.72 0 0.38
HSL 224.81º 0.94% 0.32% -
HSV(B) 224.81º 0.97% 0.62% -
XYZ 7.22 4.34 33.26 -
YUV 45.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 5 44 159 0.97 0.72 0 0.38 224.81 0.94 0.32
Hex 5 2C 9F 61 48 0 26 E1 5E 20
Octal 5 54 237 141 110 0 46 341 136 40
Binary 101 101100 10011111 1100001 1001000 0 100110 11100001 1011110 100000

Color Harmonies of #052C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C9F

Black with #052C9F

Text Example


Text Example

White with #052C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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