Html Css Color HEX #052D70 Sapphire

📋 copy color: '#052D70'

red 5 ◦ green 45 ◦ blue 112

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

Shades of Sapphire #052D70

Tints of Sapphire #052D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 69.14%

R = 3.09%
G = 27.78%
B = 69.14%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052D70 (or 0x052D70) is known color: Sapphire. HEX triplet: 05, 2D and 70. RGB value is (5,45,112). Sum of RGB (Red+Green+Blue) = 5+45+112=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #052D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D70 is #FAD28F. Grayscale: #282828. Windows color (decimal): -16437904 or 7351557. OLE color: 7351557.

HSL color Cylindrical-coordinate representation of color #052D70: hue angle of 217.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052D70 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 45 112 -
CMYK 0.96 0.60 0 0.56
HSL 217.57º 0.91% 0.23% -
HSV(B) 217.57º 0.96% 0.44% -
XYZ 3.93 3.08 15.72 -
YUV 40.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 5 45 112 0.96 0.60 0 0.56 217.57 0.91 0.23
Hex 5 2D 70 60 3C 0 38 DA 5B 17
Octal 5 55 160 140 74 0 70 332 133 27
Binary 101 101101 1110000 1100000 111100 0 111000 11011010 1011011 10111

Color Harmonies of #052D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D70

Black with #052D70

Text Example


Text Example

White with #052D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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