Html Css Color HEX #031850 Sapphire

📋 copy color: '#031850'

red 3 ◦ green 24 ◦ blue 80

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

Shades of Sapphire #031850

Tints of Sapphire #031850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 74.77%

R = 2.8%
G = 22.43%
B = 74.77%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#031850 (or 0x031850) is known color: Sapphire. HEX triplet: 03, 18 and 50. RGB value is (3,24,80). Sum of RGB (Red+Green+Blue) = 3+24+80=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #031850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031850 is #FCE7AF. Grayscale: #171717. Windows color (decimal): -16574384 or 5249027. OLE color: 5249027.

HSL color Cylindrical-coordinate representation of color #031850: hue angle of 223.64º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031850 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 24 80 -
CMYK 0.96 0.70 0 0.69
HSL 223.64º 0.93% 0.16% -
HSV(B) 223.64º 0.96% 0.31% -
XYZ 1.81 1.25 7.74 -
YUV 24.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 3 24 80 0.96 0.70 0 0.69 223.64 0.93 0.16
Hex 3 18 50 60 46 0 45 E0 5D 10
Octal 3 30 120 140 106 0 105 340 135 20
Binary 11 11000 1010000 1100000 1000110 0 1000101 11100000 1011101 10000

Color Harmonies of #031850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031850

Black with #031850

Text Example


Text Example

White with #031850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031850; }

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

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

background-color css

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

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

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

border-color css

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

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

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