Html Css Color HEX #052FAB International Klein Blue

📋 copy color: '#052FAB'

red 5 ◦ green 47 ◦ blue 171

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

Shades of International Klein Blue #052FAB

Tints of International Klein Blue #052FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 76.68%

R = 2.24%
G = 21.08%
B = 76.68%

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

#052FAB (or 0x052FAB) is known color: International Klein Blue. HEX triplet: 05, 2F and AB. RGB value is (5,47,171). Sum of RGB (Red+Green+Blue) = 5+47+171=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #052FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052FAB is #FAD054. Grayscale: #303030. Windows color (decimal): -16437333 or 11218693. OLE color: 11218693.

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

Color convert

RGB 5 47 171 -
CMYK 0.97 0.73 0 0.33
HSL 224.82º 0.94% 0.35% -
HSV(B) 224.82º 0.97% 0.67% -
XYZ 8.43 5.01 39.05 -
YUV 48.58 197.09 96.92 -
System Red Green Blue C M Y K H S L
Decimal 5 47 171 0.97 0.73 0 0.33 224.82 0.94 0.35
Hex 5 2F AB 61 49 0 21 E1 5E 23
Octal 5 57 253 141 111 0 41 341 136 43
Binary 101 101111 10101011 1100001 1001001 0 100001 11100001 1011110 100011

Color Harmonies of #052FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FAB

Black with #052FAB

Text Example


Text Example

White with #052FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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