Html Css Color HEX #031862 Sapphire

📋 copy color: '#031862'

red 3 ◦ green 24 ◦ blue 98

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

Shades of Sapphire #031862

Tints of Sapphire #031862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 78.4%

R = 2.4%
G = 19.2%
B = 78.4%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031862 (or 0x031862) is known color: Sapphire. HEX triplet: 03, 18 and 62. RGB value is (3,24,98). Sum of RGB (Red+Green+Blue) = 3+24+98=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #031862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031862 is #FCE79D. Grayscale: #191919. Windows color (decimal): -16574366 or 6428675. OLE color: 6428675.

HSL color Cylindrical-coordinate representation of color #031862: hue angle of 226.74º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031862 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 24 98 -
CMYK 0.97 0.76 0 0.62
HSL 226.74º 0.94% 0.2% -
HSV(B) 226.74º 0.97% 0.38% -
XYZ 2.57 1.55 11.72 -
YUV 26.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 3 24 98 0.97 0.76 0 0.62 226.74 0.94 0.2
Hex 3 18 62 61 4C 0 3E E3 5E 14
Octal 3 30 142 141 114 0 76 343 136 24
Binary 11 11000 1100010 1100001 1001100 0 111110 11100011 1011110 10100

Color Harmonies of #031862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031862

Black with #031862

Text Example


Text Example

White with #031862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031862; }

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

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

background-color css

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

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

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

border-color css

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

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

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