Html Css Color HEX #031861 Sapphire

📋 copy color: '#031861'

red 3 ◦ green 24 ◦ blue 97

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

Shades of Sapphire #031861

Tints of Sapphire #031861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 78.23%

R = 2.42%
G = 19.35%
B = 78.23%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031861 (or 0x031861) is known color: Sapphire. HEX triplet: 03, 18 and 61. RGB value is (3,24,97). Sum of RGB (Red+Green+Blue) = 3+24+97=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 97 (38.28% from 255 or 78.23% from 124); Max value from RGB is 97 - color contains mainly: blue. Hex color #031861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031861 is #FCE79E. Grayscale: #191919. Windows color (decimal): -16574367 or 6363139. OLE color: 6363139.

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

Color convert

RGB 3 24 97 -
CMYK 0.97 0.75 0 0.62
HSL 226.6º 0.94% 0.2% -
HSV(B) 226.6º 0.97% 0.38% -
XYZ 2.52 1.54 11.47 -
YUV 26.04 168.04 111.56 -
System Red Green Blue C M Y K H S L
Decimal 3 24 97 0.97 0.75 0 0.62 226.6 0.94 0.2
Hex 3 18 61 61 4B 0 3E E3 5E 14
Octal 3 30 141 141 113 0 76 343 136 24
Binary 11 11000 1100001 1100001 1001011 0 111110 11100011 1011110 10100

Color Harmonies of #031861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031861

Black with #031861

Text Example


Text Example

White with #031861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031861; }

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

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

background-color css

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

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

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

border-color css

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

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

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