Html Css Color HEX #052670 Sapphire

📋 copy color: '#052670'

red 5 ◦ green 38 ◦ blue 112

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

Shades of Sapphire #052670

Tints of Sapphire #052670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.52%

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

R = 3.23%
G = 24.52%
B = 72.26%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052670 (or 0x052670) is known color: Sapphire. HEX triplet: 05, 26 and 70. RGB value is (5,38,112). Sum of RGB (Red+Green+Blue) = 5+38+112=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #052670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052670 is #FAD98F. Grayscale: #242424. Windows color (decimal): -16439696 or 7349765. OLE color: 7349765.

HSL color Cylindrical-coordinate representation of color #052670: hue angle of 221.5º 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 #052670 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 38 112 -
CMYK 0.96 0.66 0 0.56
HSL 221.5º 0.91% 0.23% -
HSV(B) 221.5º 0.96% 0.44% -
XYZ 3.68 2.59 15.63 -
YUV 36.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 5 38 112 0.96 0.66 0 0.56 221.5 0.91 0.23
Hex 5 26 70 60 42 0 38 DD 5B 17
Octal 5 46 160 140 102 0 70 335 133 27
Binary 101 100110 1110000 1100000 1000010 0 111000 11011101 1011011 10111

Color Harmonies of #052670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052670

Black with #052670

Text Example


Text Example

White with #052670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052670; }

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

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

background-color css

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

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

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

border-color css

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

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

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