Html Css Color HEX #031362 Sapphire

📋 copy color: '#031362'

red 3 ◦ green 19 ◦ blue 98

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

Shades of Sapphire #031362

Tints of Sapphire #031362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.83%

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

R = 2.5%
G = 15.83%
B = 81.67%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031362 (or 0x031362) is known color: Sapphire. HEX triplet: 03, 13 and 62. RGB value is (3,19,98). Sum of RGB (Red+Green+Blue) = 3+19+98=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #031362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031362 is #FCEC9D. Grayscale: #161616. Windows color (decimal): -16575646 or 6427395. OLE color: 6427395.

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

Color convert

RGB 3 19 98 -
CMYK 0.97 0.81 0 0.62
HSL 229.89º 0.94% 0.2% -
HSV(B) 229.89º 0.97% 0.38% -
XYZ 2.48 1.37 11.69 -
YUV 23.22 170.2 113.58 -
System Red Green Blue C M Y K H S L
Decimal 3 19 98 0.97 0.81 0 0.62 229.89 0.94 0.2
Hex 3 13 62 61 51 0 3E E6 5E 14
Octal 3 23 142 141 121 0 76 346 136 24
Binary 11 10011 1100010 1100001 1010001 0 111110 11100110 1011110 10100

Color Harmonies of #031362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031362

Black with #031362

Text Example


Text Example

White with #031362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031362; }

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

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

background-color css

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

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

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

border-color css

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

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

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