Html Css Color HEX #031E69 Sapphire

📋 copy color: '#031E69'

red 3 ◦ green 30 ◦ blue 105

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

Shades of Sapphire #031E69

Tints of Sapphire #031E69

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.74%

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

R = 2.17%
G = 21.74%
B = 76.09%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#031E69 (or 0x031E69) is known color: Sapphire. HEX triplet: 03, 1E and 69. RGB value is (3,30,105). Sum of RGB (Red+Green+Blue) = 3+30+105=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #031E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E69 is #FCE196. Grayscale: #1E1E1E. Windows color (decimal): -16572823 or 6888963. OLE color: 6888963.

HSL color Cylindrical-coordinate representation of color #031E69: hue angle of 224.12º 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 #031E69 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 30 105 -
CMYK 0.97 0.71 0 0.59
HSL 224.12º 0.94% 0.21% -
HSV(B) 224.12º 0.97% 0.41% -
XYZ 3.05 1.97 13.58 -
YUV 30.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 3 30 105 0.97 0.71 0 0.59 224.12 0.94 0.21
Hex 3 1E 69 61 47 0 3B E0 5E 15
Octal 3 36 151 141 107 0 73 340 136 25
Binary 11 11110 1101001 1100001 1000111 0 111011 11100000 1011110 10101

Color Harmonies of #031E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E69

Black with #031E69

Text Example


Text Example

White with #031E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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