Html Css Color HEX #031450 Sapphire

📋 copy color: '#031450'

red 3 ◦ green 20 ◦ blue 80

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

Shades of Sapphire #031450

Tints of Sapphire #031450

RGB

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

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

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

R = 2.91%
G = 19.42%
B = 77.67%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#031450 (or 0x031450) is known color: Sapphire. HEX triplet: 03, 14 and 50. RGB value is (3,20,80). Sum of RGB (Red+Green+Blue) = 3+20+80=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 80 (31.64% from 255 or 77.67% from 103); Max value from RGB is 80 - color contains mainly: blue. Hex color #031450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031450 is #FCEBAF. Grayscale: #151515. Windows color (decimal): -16575408 or 5248003. OLE color: 5248003.

HSL color Cylindrical-coordinate representation of color #031450: hue angle of 226.75º 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 #031450 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 20 80 -
CMYK 0.96 0.75 0 0.69
HSL 226.75º 0.93% 0.16% -
HSV(B) 226.75º 0.96% 0.31% -
XYZ 1.74 1.1 7.71 -
YUV 21.76 160.87 114.62 -
System Red Green Blue C M Y K H S L
Decimal 3 20 80 0.96 0.75 0 0.69 226.75 0.93 0.16
Hex 3 14 50 60 4B 0 45 E3 5D 10
Octal 3 24 120 140 113 0 105 343 135 20
Binary 11 10100 1010000 1100000 1001011 0 1000101 11100011 1011101 10000

Color Harmonies of #031450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031450

Black with #031450

Text Example


Text Example

White with #031450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031450; }

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

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

background-color css

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

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

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

border-color css

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

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

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