Html Css Color HEX #052CAC International Klein Blue

📋 copy color: '#052CAC'

red 5 ◦ green 44 ◦ blue 172

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

Shades of International Klein Blue #052CAC

Tints of International Klein Blue #052CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.83%

R = 2.26%
G = 19.91%
B = 77.83%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#052CAC (or 0x052CAC) is known color: International Klein Blue. HEX triplet: 05, 2C and AC. RGB value is (5,44,172). Sum of RGB (Red+Green+Blue) = 5+44+172=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #052CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052CAC is #FAD353. Grayscale: #2E2E2E. Windows color (decimal): -16438100 or 11283461. OLE color: 11283461.

HSL color Cylindrical-coordinate representation of color #052CAC: hue angle of 225.99º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052CAC is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 44 172 -
CMYK 0.97 0.74 0 0.33
HSL 225.99º 0.94% 0.35% -
HSV(B) 225.99º 0.97% 0.67% -
XYZ 8.41 4.81 39.52 -
YUV 46.93 198.58 98.09 -
System Red Green Blue C M Y K H S L
Decimal 5 44 172 0.97 0.74 0 0.33 225.99 0.94 0.35
Hex 5 2C AC 61 4A 0 21 E2 5E 23
Octal 5 54 254 141 112 0 41 342 136 43
Binary 101 101100 10101100 1100001 1001010 0 100001 11100010 1011110 100011

Color Harmonies of #052CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CAC

Black with #052CAC

Text Example


Text Example

White with #052CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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