Html Css Color HEX #032A75 Sapphire

📋 copy color: '#032A75'

red 3 ◦ green 42 ◦ blue 117

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

Shades of Sapphire #032A75

Tints of Sapphire #032A75

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.93%

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

R = 1.85%
G = 25.93%
B = 72.22%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032A75 (or 0x032A75) is known color: Sapphire. HEX triplet: 03, 2A and 75. RGB value is (3,42,117). Sum of RGB (Red+Green+Blue) = 3+42+117=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #032A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A75 is #FCD58A. Grayscale: #262626. Windows color (decimal): -16569739 or 7678467. OLE color: 7678467.

HSL color Cylindrical-coordinate representation of color #032A75: hue angle of 219.47º 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 #032A75 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 42 117 -
CMYK 0.97 0.64 0 0.54
HSL 219.47º 0.95% 0.24% -
HSV(B) 219.47º 0.97% 0.46% -
XYZ 4.08 2.96 17.19 -
YUV 38.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 3 42 117 0.97 0.64 0 0.54 219.47 0.95 0.24
Hex 3 2A 75 61 40 0 36 DB 5F 18
Octal 3 52 165 141 100 0 66 333 137 30
Binary 11 101010 1110101 1100001 1000000 0 110110 11011011 1011111 11000

Color Harmonies of #032A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A75

Black with #032A75

Text Example


Text Example

White with #032A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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