Html Css Color HEX #032166 Sapphire

📋 copy color: '#032166'

red 3 ◦ green 33 ◦ blue 102

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

Shades of Sapphire #032166

Tints of Sapphire #032166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 73.91%

R = 2.17%
G = 23.91%
B = 73.91%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#032166 (or 0x032166) is known color: Sapphire. HEX triplet: 03, 21 and 66. RGB value is (3,33,102). Sum of RGB (Red+Green+Blue) = 3+33+102=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #032166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032166 is #FCDE99. Grayscale: #1F1F1F. Windows color (decimal): -16572058 or 6693123. OLE color: 6693123.

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

Color convert

RGB 3 33 102 -
CMYK 0.97 0.68 0 0.6
HSL 221.82º 0.94% 0.21% -
HSV(B) 221.82º 0.97% 0.4% -
XYZ 2.98 2.07 12.81 -
YUV 31.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 3 33 102 0.97 0.68 0 0.6 221.82 0.94 0.21
Hex 3 21 66 61 44 0 3C DE 5E 15
Octal 3 41 146 141 104 0 74 336 136 25
Binary 11 100001 1100110 1100001 1000100 0 111100 11011110 1011110 10101

Color Harmonies of #032166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032166

Black with #032166

Text Example


Text Example

White with #032166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032166; }

 p { color: rgb(3,33,102); }

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

background-color css

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

 a { background-color: rgb(3,33,102); }

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

border-color css

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

 span { border-color: rgb(3,33,102); }

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