Html Css Color HEX #031566 Sapphire

📋 copy color: '#031566'

red 3 ◦ green 21 ◦ blue 102

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

Shades of Sapphire #031566

Tints of Sapphire #031566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 2.38%
G = 16.67%
B = 80.95%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#031566 (or 0x031566) is known color: Sapphire. HEX triplet: 03, 15 and 66. RGB value is (3,21,102). Sum of RGB (Red+Green+Blue) = 3+21+102=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 102 (40.23% from 255 or 80.95% from 126); Max value from RGB is 102 - color contains mainly: blue. Hex color #031566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031566 is #FCEA99. Grayscale: #181818. Windows color (decimal): -16575130 or 6690051. OLE color: 6690051.

HSL color Cylindrical-coordinate representation of color #031566: hue angle of 229.09º 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 #031566 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 21 102 -
CMYK 0.97 0.79 0 0.6
HSL 229.09º 0.94% 0.21% -
HSV(B) 229.09º 0.97% 0.4% -
XYZ 2.7 1.51 12.72 -
YUV 24.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 3 21 102 0.97 0.79 0 0.6 229.09 0.94 0.21
Hex 3 15 66 61 4F 0 3C E5 5E 15
Octal 3 25 146 141 117 0 74 345 136 25
Binary 11 10101 1100110 1100001 1001111 0 111100 11100101 1011110 10101

Color Harmonies of #031566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031566

Black with #031566

Text Example


Text Example

White with #031566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031566; }

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

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

background-color css

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

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

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

border-color css

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

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

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