Html Css Color HEX #031869 Sapphire

📋 copy color: '#031869'

red 3 ◦ green 24 ◦ blue 105

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

Shades of Sapphire #031869

Tints of Sapphire #031869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 79.55%

R = 2.27%
G = 18.18%
B = 79.55%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#031869 (or 0x031869) is known color: Sapphire. HEX triplet: 03, 18 and 69. RGB value is (3,24,105). Sum of RGB (Red+Green+Blue) = 3+24+105=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 105 (41.41% from 255 or 79.55% from 132); Max value from RGB is 105 - color contains mainly: blue. Hex color #031869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031869 is #FCE796. Grayscale: #1A1A1A. Windows color (decimal): -16574359 or 6887427. OLE color: 6887427.

HSL color Cylindrical-coordinate representation of color #031869: hue angle of 227.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031869 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 24 105 -
CMYK 0.97 0.77 0 0.59
HSL 227.65º 0.94% 0.21% -
HSV(B) 227.65º 0.97% 0.41% -
XYZ 2.91 1.69 13.54 -
YUV 26.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 3 24 105 0.97 0.77 0 0.59 227.65 0.94 0.21
Hex 3 18 69 61 4D 0 3B E4 5E 15
Octal 3 30 151 141 115 0 73 344 136 25
Binary 11 11000 1101001 1100001 1001101 0 111011 11100100 1011110 10101

Color Harmonies of #031869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031869

Black with #031869

Text Example


Text Example

White with #031869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031869; }

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

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

background-color css

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

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

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

border-color css

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

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

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