Html Css Color HEX #052FAC International Klein Blue

📋 copy color: '#052FAC'

red 5 ◦ green 47 ◦ blue 172

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

Shades of International Klein Blue #052FAC

Tints of International Klein Blue #052FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.98%

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

R = 2.23%
G = 20.98%
B = 76.79%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#052FAC (or 0x052FAC) is known color: International Klein Blue. HEX triplet: 05, 2F and AC. RGB value is (5,47,172). Sum of RGB (Red+Green+Blue) = 5+47+172=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #052FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052FAC is #FAD053. Grayscale: #303030. Windows color (decimal): -16437332 or 11284229. OLE color: 11284229.

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

Color convert

RGB 5 47 172 -
CMYK 0.97 0.73 0 0.33
HSL 224.91º 0.94% 0.35% -
HSV(B) 224.91º 0.97% 0.67% -
XYZ 8.53 5.04 39.55 -
YUV 48.69 197.59 96.84 -
System Red Green Blue C M Y K H S L
Decimal 5 47 172 0.97 0.73 0 0.33 224.91 0.94 0.35
Hex 5 2F AC 61 49 0 21 E1 5E 23
Octal 5 57 254 141 111 0 41 341 136 43
Binary 101 101111 10101100 1100001 1001001 0 100001 11100001 1011110 100011

Color Harmonies of #052FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FAC

Black with #052FAC

Text Example


Text Example

White with #052FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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