Html Css Color HEX #031662 Sapphire

📋 copy color: '#031662'

red 3 ◦ green 22 ◦ blue 98

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

Shades of Sapphire #031662

Tints of Sapphire #031662

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.89%

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

R = 2.44%
G = 17.89%
B = 79.67%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031662 (or 0x031662) is known color: Sapphire. HEX triplet: 03, 16 and 62. RGB value is (3,22,98). Sum of RGB (Red+Green+Blue) = 3+22+98=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #031662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031662 is #FCE99D. Grayscale: #181818. Windows color (decimal): -16574878 or 6428163. OLE color: 6428163.

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

Color convert

RGB 3 22 98 -
CMYK 0.97 0.78 0 0.62
HSL 228º 0.94% 0.2% -
HSV(B) 228º 0.97% 0.38% -
XYZ 2.53 1.48 11.71 -
YUV 24.98 169.21 112.32 -
System Red Green Blue C M Y K H S L
Decimal 3 22 98 0.97 0.78 0 0.62 228 0.94 0.2
Hex 3 16 62 61 4E 0 3E E4 5E 14
Octal 3 26 142 141 116 0 76 344 136 24
Binary 11 10110 1100010 1100001 1001110 0 111110 11100100 1011110 10100

Color Harmonies of #031662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031662

Black with #031662

Text Example


Text Example

White with #031662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031662; }

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

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

background-color css

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

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

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

border-color css

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

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

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