Html Css Color HEX #031766 Sapphire

📋 copy color: '#031766'

red 3 ◦ green 23 ◦ blue 102

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

Shades of Sapphire #031766

Tints of Sapphire #031766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.97%

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

R = 2.34%
G = 17.97%
B = 79.69%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#031766 (or 0x031766) is known color: Sapphire. HEX triplet: 03, 17 and 66. RGB value is (3,23,102). Sum of RGB (Red+Green+Blue) = 3+23+102=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 102 (40.23% from 255 or 79.69% from 128); Max value from RGB is 102 - color contains mainly: blue. Hex color #031766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031766 is #FCE899. Grayscale: #191919. Windows color (decimal): -16574618 or 6690563. OLE color: 6690563.

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

Color convert

RGB 3 23 102 -
CMYK 0.97 0.77 0 0.6
HSL 227.88º 0.94% 0.21% -
HSV(B) 227.88º 0.97% 0.4% -
XYZ 2.74 1.59 12.73 -
YUV 26.03 170.87 111.58 -
System Red Green Blue C M Y K H S L
Decimal 3 23 102 0.97 0.77 0 0.6 227.88 0.94 0.21
Hex 3 17 66 61 4D 0 3C E4 5E 15
Octal 3 27 146 141 115 0 74 344 136 25
Binary 11 10111 1100110 1100001 1001101 0 111100 11100100 1011110 10101

Color Harmonies of #031766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031766

Black with #031766

Text Example


Text Example

White with #031766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031766; }

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

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

background-color css

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

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

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

border-color css

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

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

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