Html Css Color HEX #031864 Sapphire

📋 copy color: '#031864'

red 3 ◦ green 24 ◦ blue 100

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

Shades of Sapphire #031864

Tints of Sapphire #031864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 78.74%

R = 2.36%
G = 18.9%
B = 78.74%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#031864 (or 0x031864) is known color: Sapphire. HEX triplet: 03, 18 and 64. RGB value is (3,24,100). Sum of RGB (Red+Green+Blue) = 3+24+100=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 100 (39.45% from 255 or 78.74% from 127); Max value from RGB is 100 - color contains mainly: blue. Hex color #031864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031864 is #FCE79B. Grayscale: #1A1A1A. Windows color (decimal): -16574364 or 6559747. OLE color: 6559747.

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

Color convert

RGB 3 24 100 -
CMYK 0.97 0.76 0 0.61
HSL 227.01º 0.94% 0.2% -
HSV(B) 227.01º 0.97% 0.39% -
XYZ 2.66 1.59 12.22 -
YUV 26.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 3 24 100 0.97 0.76 0 0.61 227.01 0.94 0.2
Hex 3 18 64 61 4C 0 3D E3 5E 14
Octal 3 30 144 141 114 0 75 343 136 24
Binary 11 11000 1100100 1100001 1001100 0 111101 11100011 1011110 10100

Color Harmonies of #031864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031864

Black with #031864

Text Example


Text Example

White with #031864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031864; }

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

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

background-color css

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

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

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

border-color css

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

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

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