Html Css Color HEX #032769 Sapphire

📋 copy color: '#032769'

red 3 ◦ green 39 ◦ blue 105

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

Shades of Sapphire #032769

Tints of Sapphire #032769

RGB

 RED value IS 3 (1.56% from 255) = 2.04%

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

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

R = 2.04%
G = 26.53%
B = 71.43%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#032769 (or 0x032769) is known color: Sapphire. HEX triplet: 03, 27 and 69. RGB value is (3,39,105). Sum of RGB (Red+Green+Blue) = 3+39+105=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #032769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032769 is #FCD896. Grayscale: #232323. Windows color (decimal): -16570519 or 6891267. OLE color: 6891267.

HSL color Cylindrical-coordinate representation of color #032769: hue angle of 218.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032769 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 39 105 -
CMYK 0.97 0.63 0 0.59
HSL 218.82º 0.94% 0.21% -
HSV(B) 218.82º 0.97% 0.41% -
XYZ 3.31 2.49 13.67 -
YUV 35.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 3 39 105 0.97 0.63 0 0.59 218.82 0.94 0.21
Hex 3 27 69 61 3F 0 3B DB 5E 15
Octal 3 47 151 141 77 0 73 333 136 25
Binary 11 100111 1101001 1100001 111111 0 111011 11011011 1011110 10101

Color Harmonies of #032769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032769

Black with #032769

Text Example


Text Example

White with #032769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032769; }

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

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

background-color css

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

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

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

border-color css

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

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

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