Html Css Color HEX #031468 Sapphire

📋 copy color: '#031468'

red 3 ◦ green 20 ◦ blue 104

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

Shades of Sapphire #031468

Tints of Sapphire #031468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

 BLUE value IS 104 (41.02% from 255) = 81.89%

R = 2.36%
G = 15.75%
B = 81.89%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#031468 (or 0x031468) is known color: Sapphire. HEX triplet: 03, 14 and 68. RGB value is (3,20,104). Sum of RGB (Red+Green+Blue) = 3+20+104=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 104 (41.02% from 255 or 81.89% from 127); Max value from RGB is 104 - color contains mainly: blue. Hex color #031468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031468 is #FCEB97. Grayscale: #181818. Windows color (decimal): -16575384 or 6820867. OLE color: 6820867.

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

Color convert

RGB 3 20 104 -
CMYK 0.97 0.81 0 0.59
HSL 229.9º 0.94% 0.21% -
HSV(B) 229.9º 0.97% 0.41% -
XYZ 2.79 1.52 13.24 -
YUV 24.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 3 20 104 0.97 0.81 0 0.59 229.9 0.94 0.21
Hex 3 14 68 61 51 0 3B E6 5E 15
Octal 3 24 150 141 121 0 73 346 136 25
Binary 11 10100 1101000 1100001 1010001 0 111011 11100110 1011110 10101

Color Harmonies of #031468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031468

Black with #031468

Text Example


Text Example

White with #031468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031468; }

 p { color: rgb(3,20,104); }

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

background-color css

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

 a { background-color: rgb(3,20,104); }

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

border-color css

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

 span { border-color: rgb(3,20,104); }

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