Html Css Color HEX #052AC0 International Klein Blue

📋 copy color: '#052AC0'

red 5 ◦ green 42 ◦ blue 192

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

Shades of International Klein Blue #052AC0

Tints of International Klein Blue #052AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 80.33%

R = 2.09%
G = 17.57%
B = 80.33%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#052AC0 (or 0x052AC0) is known color: International Klein Blue. HEX triplet: 05, 2A and C0. RGB value is (5,42,192). Sum of RGB (Red+Green+Blue) = 5+42+192=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 192 (75.39% from 255 or 80.33% from 239); Max value from RGB is 192 - color contains mainly: blue. Hex color #052AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052AC0 is #FAD53F. Grayscale: #2F2F2F. Windows color (decimal): -16438592 or 12593669. OLE color: 12593669.

HSL color Cylindrical-coordinate representation of color #052AC0: hue angle of 228.13º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052AC0 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 42 192 -
CMYK 0.97 0.78 0 0.25
HSL 228.13º 0.95% 0.39% -
HSV(B) 228.13º 0.97% 0.75% -
XYZ 10.4 5.49 50.38 -
YUV 48.04 209.24 97.3 -
System Red Green Blue C M Y K H S L
Decimal 5 42 192 0.97 0.78 0 0.25 228.13 0.95 0.39
Hex 5 2A C0 61 4E 0 19 E4 5F 27
Octal 5 52 300 141 116 0 31 344 137 47
Binary 101 101010 11000000 1100001 1001110 0 11001 11100100 1011111 100111

Color Harmonies of #052AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AC0

Black with #052AC0

Text Example


Text Example

White with #052AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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