Html Css Color HEX #031866 Sapphire

📋 copy color: '#031866'

red 3 ◦ green 24 ◦ blue 102

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

Shades of Sapphire #031866

Tints of Sapphire #031866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 2.33%
G = 18.6%
B = 79.07%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#031866 (or 0x031866) is known color: Sapphire. HEX triplet: 03, 18 and 66. RGB value is (3,24,102). Sum of RGB (Red+Green+Blue) = 3+24+102=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 102 (40.23% from 255 or 79.07% from 129); Max value from RGB is 102 - color contains mainly: blue. Hex color #031866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031866 is #FCE799. Grayscale: #1A1A1A. Windows color (decimal): -16574362 or 6690819. OLE color: 6690819.

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

Color convert

RGB 3 24 102 -
CMYK 0.97 0.76 0 0.6
HSL 227.27º 0.94% 0.21% -
HSV(B) 227.27º 0.97% 0.4% -
XYZ 2.76 1.63 12.74 -
YUV 26.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 3 24 102 0.97 0.76 0 0.6 227.27 0.94 0.21
Hex 3 18 66 61 4C 0 3C E3 5E 15
Octal 3 30 146 141 114 0 74 343 136 25
Binary 11 11000 1100110 1100001 1001100 0 111100 11100011 1011110 10101

Color Harmonies of #031866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031866

Black with #031866

Text Example


Text Example

White with #031866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031866; }

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

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

background-color css

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

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

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

border-color css

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

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

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