Html Css Color HEX #031962 Sapphire

📋 copy color: '#031962'

red 3 ◦ green 25 ◦ blue 98

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

Shades of Sapphire #031962

Tints of Sapphire #031962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

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

R = 2.38%
G = 19.84%
B = 77.78%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031962 (or 0x031962) is known color: Sapphire. HEX triplet: 03, 19 and 62. RGB value is (3,25,98). Sum of RGB (Red+Green+Blue) = 3+25+98=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 98 (38.67% from 255 or 77.78% from 126); Max value from RGB is 98 - color contains mainly: blue. Hex color #031962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031962 is #FCE69D. Grayscale: #1A1A1A. Windows color (decimal): -16574110 or 6428931. OLE color: 6428931.

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

Color convert

RGB 3 25 98 -
CMYK 0.97 0.74 0 0.62
HSL 226.11º 0.94% 0.2% -
HSV(B) 226.11º 0.97% 0.38% -
XYZ 2.59 1.6 11.73 -
YUV 26.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 3 25 98 0.97 0.74 0 0.62 226.11 0.94 0.2
Hex 3 19 62 61 4A 0 3E E2 5E 14
Octal 3 31 142 141 112 0 76 342 136 24
Binary 11 11001 1100010 1100001 1001010 0 111110 11100010 1011110 10100

Color Harmonies of #031962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031962

Black with #031962

Text Example


Text Example

White with #031962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031962; }

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

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

background-color css

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

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

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

border-color css

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

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

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