Html Css Color HEX #052AB3 International Klein Blue

📋 copy color: '#052AB3'

red 5 ◦ green 42 ◦ blue 179

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

Shades of International Klein Blue #052AB3

Tints of International Klein Blue #052AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 79.2%

R = 2.21%
G = 18.58%
B = 79.2%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#052AB3 (or 0x052AB3) is known color: International Klein Blue. HEX triplet: 05, 2A and B3. RGB value is (5,42,179). Sum of RGB (Red+Green+Blue) = 5+42+179=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 179 (70.31% from 255 or 79.20% from 226); Max value from RGB is 179 - color contains mainly: blue. Hex color #052AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052AB3 is #FAD54C. Grayscale: #2D2D2D. Windows color (decimal): -16438605 or 11741701. OLE color: 11741701.

HSL color Cylindrical-coordinate representation of color #052AB3: hue angle of 227.24º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052AB3 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 42 179 -
CMYK 0.97 0.77 0 0.30
HSL 227.24º 0.95% 0.36% -
HSV(B) 227.24º 0.97% 0.7% -
XYZ 9.03 4.94 43.13 -
YUV 46.56 202.74 98.36 -
System Red Green Blue C M Y K H S L
Decimal 5 42 179 0.97 0.77 0 0.30 227.24 0.95 0.36
Hex 5 2A B3 61 4D 0 1E E3 5F 24
Octal 5 52 263 141 115 0 36 343 137 44
Binary 101 101010 10110011 1100001 1001101 0 11110 11100011 1011111 100100

Color Harmonies of #052AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AB3

Black with #052AB3

Text Example


Text Example

White with #052AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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