Html Css Color HEX #052DC0 International Klein Blue

📋 copy color: '#052DC0'

red 5 ◦ green 45 ◦ blue 192

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

Shades of International Klein Blue #052DC0

Tints of International Klein Blue #052DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.6%

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

R = 2.07%
G = 18.6%
B = 79.34%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#052DC0 (or 0x052DC0) is known color: International Klein Blue. HEX triplet: 05, 2D and C0. RGB value is (5,45,192). Sum of RGB (Red+Green+Blue) = 5+45+192=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 192 (75.39% from 255 or 79.34% from 242); Max value from RGB is 192 - color contains mainly: blue. Hex color #052DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DC0 is #FAD23F. Grayscale: #313131. Windows color (decimal): -16437824 or 12594437. OLE color: 12594437.

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

Color convert

RGB 5 45 192 -
CMYK 0.97 0.77 0 0.25
HSL 227.17º 0.95% 0.39% -
HSV(B) 227.17º 0.97% 0.75% -
XYZ 10.52 5.71 50.42 -
YUV 49.8 208.25 96.05 -
System Red Green Blue C M Y K H S L
Decimal 5 45 192 0.97 0.77 0 0.25 227.17 0.95 0.39
Hex 5 2D C0 61 4D 0 19 E3 5F 27
Octal 5 55 300 141 115 0 31 343 137 47
Binary 101 101101 11000000 1100001 1001101 0 11001 11100011 1011111 100111

Color Harmonies of #052DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DC0

Black with #052DC0

Text Example


Text Example

White with #052DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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