Html Css Color HEX #031458 Sapphire

📋 copy color: '#031458'

red 3 ◦ green 20 ◦ blue 88

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

Shades of Sapphire #031458

Tints of Sapphire #031458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 79.28%

R = 2.7%
G = 18.02%
B = 79.28%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#031458 (or 0x031458) is known color: Sapphire. HEX triplet: 03, 14 and 58. RGB value is (3,20,88). Sum of RGB (Red+Green+Blue) = 3+20+88=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #031458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031458 is #FCEBA7. Grayscale: #161616. Windows color (decimal): -16575400 or 5772291. OLE color: 5772291.

HSL color Cylindrical-coordinate representation of color #031458: hue angle of 228º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031458 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 20 88 -
CMYK 0.97 0.77 0 0.65
HSL 228º 0.93% 0.18% -
HSV(B) 228º 0.97% 0.35% -
XYZ 2.05 1.22 9.36 -
YUV 22.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 3 20 88 0.97 0.77 0 0.65 228 0.93 0.18
Hex 3 14 58 61 4D 0 41 E4 5D 12
Octal 3 24 130 141 115 0 101 344 135 22
Binary 11 10100 1011000 1100001 1001101 0 1000001 11100100 1011101 10010

Color Harmonies of #031458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031458

Black with #031458

Text Example


Text Example

White with #031458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031458; }

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

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

background-color css

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

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

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

border-color css

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

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

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