Html Css Color HEX #052B9C Smalt

📋 copy color: '#052B9C'

red 5 ◦ green 43 ◦ blue 156

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

Shades of Smalt #052B9C

Tints of Smalt #052B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 76.47%

R = 2.45%
G = 21.08%
B = 76.47%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#052B9C (or 0x052B9C) is known color: Smalt. HEX triplet: 05, 2B and 9C. RGB value is (5,43,156). Sum of RGB (Red+Green+Blue) = 5+43+156=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 156 (61.33% from 255 or 76.47% from 204); Max value from RGB is 156 - color contains mainly: blue. Hex color #052B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052B9C is #FAD463. Grayscale: #2C2C2C. Windows color (decimal): -16438372 or 10234629. OLE color: 10234629.

HSL color Cylindrical-coordinate representation of color #052B9C: hue angle of 224.9º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052B9C is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 43 156 -
CMYK 0.97 0.72 0 0.39
HSL 224.9º 0.94% 0.32% -
HSV(B) 224.9º 0.97% 0.61% -
XYZ 6.93 4.16 31.89 -
YUV 44.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 5 43 156 0.97 0.72 0 0.39 224.9 0.94 0.32
Hex 5 2B 9C 61 48 0 27 E1 5E 20
Octal 5 53 234 141 110 0 47 341 136 40
Binary 101 101011 10011100 1100001 1001000 0 100111 11100001 1011110 100000

Color Harmonies of #052B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B9C

Black with #052B9C

Text Example


Text Example

White with #052B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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