Html Css Color HEX #052769 Sapphire

📋 copy color: '#052769'

red 5 ◦ green 39 ◦ blue 105

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

Shades of Sapphire #052769

Tints of Sapphire #052769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.17%

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

R = 3.36%
G = 26.17%
B = 70.47%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#052769 (or 0x052769) is known color: Sapphire. HEX triplet: 05, 27 and 69. RGB value is (5,39,105). Sum of RGB (Red+Green+Blue) = 5+39+105=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #052769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052769 is #FAD896. Grayscale: #242424. Windows color (decimal): -16439447 or 6891269. OLE color: 6891269.

HSL color Cylindrical-coordinate representation of color #052769: hue angle of 219.6º 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 #052769 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 39 105 -
CMYK 0.95 0.63 0 0.59
HSL 219.6º 0.91% 0.22% -
HSV(B) 219.6º 0.95% 0.41% -
XYZ 3.34 2.5 13.67 -
YUV 36.36 166.74 105.63 -
System Red Green Blue C M Y K H S L
Decimal 5 39 105 0.95 0.63 0 0.59 219.6 0.91 0.22
Hex 5 27 69 5F 3F 0 3B DC 5B 16
Octal 5 47 151 137 77 0 73 334 133 26
Binary 101 100111 1101001 1011111 111111 0 111011 11011100 1011011 10110

Color Harmonies of #052769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052769

Black with #052769

Text Example


Text Example

White with #052769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052769; }

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

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

background-color css

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

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

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

border-color css

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

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

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