Html Css Color HEX #052BAB International Klein Blue

📋 copy color: '#052BAB'

red 5 ◦ green 43 ◦ blue 171

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

Shades of International Klein Blue #052BAB

Tints of International Klein Blue #052BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

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

R = 2.28%
G = 19.63%
B = 78.08%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#052BAB (or 0x052BAB) is known color: International Klein Blue. HEX triplet: 05, 2B and AB. RGB value is (5,43,171). Sum of RGB (Red+Green+Blue) = 5+43+171=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #052BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052BAB is #FAD454. Grayscale: #2D2D2D. Windows color (decimal): -16438357 or 11217669. OLE color: 11217669.

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

Color convert

RGB 5 43 171 -
CMYK 0.97 0.75 0 0.33
HSL 226.27º 0.94% 0.35% -
HSV(B) 226.27º 0.97% 0.67% -
XYZ 8.28 4.7 39 -
YUV 46.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 5 43 171 0.97 0.75 0 0.33 226.27 0.94 0.35
Hex 5 2B AB 61 4B 0 21 E2 5E 23
Octal 5 53 253 141 113 0 41 342 136 43
Binary 101 101011 10101011 1100001 1001011 0 100001 11100010 1011110 100011

Color Harmonies of #052BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BAB

Black with #052BAB

Text Example


Text Example

White with #052BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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