Html Css Color HEX #052169 Sapphire

📋 copy color: '#052169'

red 5 ◦ green 33 ◦ blue 105

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

Shades of Sapphire #052169

Tints of Sapphire #052169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.08%

 BLUE value IS 105 (41.41% from 255) = 73.43%

R = 3.5%
G = 23.08%
B = 73.43%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#052169 (or 0x052169) is known color: Sapphire. HEX triplet: 05, 21 and 69. RGB value is (5,33,105). Sum of RGB (Red+Green+Blue) = 5+33+105=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #052169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052169 is #FADE96. Grayscale: #202020. Windows color (decimal): -16440983 or 6889733. OLE color: 6889733.

HSL color Cylindrical-coordinate representation of color #052169: hue angle of 223.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052169 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 33 105 -
CMYK 0.95 0.69 0 0.59
HSL 223.2º 0.91% 0.22% -
HSV(B) 223.2º 0.95% 0.41% -
XYZ 3.16 2.14 13.61 -
YUV 32.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 5 33 105 0.95 0.69 0 0.59 223.2 0.91 0.22
Hex 5 21 69 5F 45 0 3B DF 5B 16
Octal 5 41 151 137 105 0 73 337 133 26
Binary 101 100001 1101001 1011111 1000101 0 111011 11011111 1011011 10110

Color Harmonies of #052169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052169

Black with #052169

Text Example


Text Example

White with #052169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052169; }

 p { color: rgb(5,33,105); }

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

background-color css

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

 a { background-color: rgb(5,33,105); }

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

border-color css

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

 span { border-color: rgb(5,33,105); }

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