Html Css Color HEX #032075 Sapphire

📋 copy color: '#032075'

red 3 ◦ green 32 ◦ blue 117

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

Shades of Sapphire #032075

Tints of Sapphire #032075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.05%

 BLUE value IS 117 (46.09% from 255) = 76.97%

R = 1.97%
G = 21.05%
B = 76.97%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032075 (or 0x032075) is known color: Sapphire. HEX triplet: 03, 20 and 75. RGB value is (3,32,117). Sum of RGB (Red+Green+Blue) = 3+32+117=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #032075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032075 is #FCDF8A. Grayscale: #202020. Windows color (decimal): -16572299 or 7675907. OLE color: 7675907.

HSL color Cylindrical-coordinate representation of color #032075: hue angle of 224.74º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032075 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 32 117 -
CMYK 0.97 0.73 0 0.54
HSL 224.74º 0.95% 0.24% -
HSV(B) 224.74º 0.97% 0.46% -
XYZ 3.76 2.34 17.08 -
YUV 33.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 3 32 117 0.97 0.73 0 0.54 224.74 0.95 0.24
Hex 3 20 75 61 49 0 36 E1 5F 18
Octal 3 40 165 141 111 0 66 341 137 30
Binary 11 100000 1110101 1100001 1001001 0 110110 11100001 1011111 11000

Color Harmonies of #032075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032075

Black with #032075

Text Example


Text Example

White with #032075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032075; }

 p { color: rgb(3,32,117); }

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

background-color css

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

 a { background-color: rgb(3,32,117); }

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

border-color css

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

 span { border-color: rgb(3,32,117); }

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