Html Css Color HEX #031469 Sapphire

📋 copy color: '#031469'

red 3 ◦ green 20 ◦ blue 105

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

Shades of Sapphire #031469

Tints of Sapphire #031469

RGB

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

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

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

R = 2.34%
G = 15.63%
B = 82.03%

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

#031469 (or 0x031469) is known color: Sapphire. HEX triplet: 03, 14 and 69. RGB value is (3,20,105). Sum of RGB (Red+Green+Blue) = 3+20+105=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 105 (41.41% from 255 or 82.03% from 128); Max value from RGB is 105 - color contains mainly: blue. Hex color #031469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031469 is #FCEB96. Grayscale: #181818. Windows color (decimal): -16575383 or 6886403. OLE color: 6886403.

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

Color convert

RGB 3 20 105 -
CMYK 0.97 0.81 0 0.59
HSL 230º 0.94% 0.21% -
HSV(B) 230º 0.97% 0.41% -
XYZ 2.84 1.54 13.51 -
YUV 24.61 173.37 112.59 -
System Red Green Blue C M Y K H S L
Decimal 3 20 105 0.97 0.81 0 0.59 230 0.94 0.21
Hex 3 14 69 61 51 0 3B E6 5E 15
Octal 3 24 151 141 121 0 73 346 136 25
Binary 11 10100 1101001 1100001 1010001 0 111011 11100110 1011110 10101

Color Harmonies of #031469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031469

Black with #031469

Text Example


Text Example

White with #031469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031469; }

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

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

background-color css

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

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

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

border-color css

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

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

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