Html Css Color HEX #052AB0 International Klein Blue

📋 copy color: '#052AB0'

red 5 ◦ green 42 ◦ blue 176

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

Shades of International Klein Blue #052AB0

Tints of International Klein Blue #052AB0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.83%

 BLUE value IS 176 (69.14% from 255) = 78.92%

R = 2.24%
G = 18.83%
B = 78.92%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#052AB0 (or 0x052AB0) is known color: International Klein Blue. HEX triplet: 05, 2A and B0. RGB value is (5,42,176). Sum of RGB (Red+Green+Blue) = 5+42+176=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 176 (69.14% from 255 or 78.92% from 223); Max value from RGB is 176 - color contains mainly: blue. Hex color #052AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052AB0 is #FAD54F. Grayscale: #2D2D2D. Windows color (decimal): -16438608 or 11545093. OLE color: 11545093.

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

Color convert

RGB 5 42 176 -
CMYK 0.97 0.76 0 0.31
HSL 227.02º 0.94% 0.35% -
HSV(B) 227.02º 0.97% 0.69% -
XYZ 8.73 4.82 41.55 -
YUV 46.21 201.24 98.6 -
System Red Green Blue C M Y K H S L
Decimal 5 42 176 0.97 0.76 0 0.31 227.02 0.94 0.35
Hex 5 2A B0 61 4C 0 1F E3 5E 23
Octal 5 52 260 141 114 0 37 343 136 43
Binary 101 101010 10110000 1100001 1001100 0 11111 11100011 1011110 100011

Color Harmonies of #052AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AB0

Black with #052AB0

Text Example


Text Example

White with #052AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,42,176); }

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

background-color css

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

 a { background-color: rgb(5,42,176); }

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

border-color css

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

 span { border-color: rgb(5,42,176); }

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