Html Css Color HEX #031069 Sapphire

📋 copy color: '#031069'

red 3 ◦ green 16 ◦ blue 105

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

Shades of Sapphire #031069

Tints of Sapphire #031069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.9%

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

R = 2.42%
G = 12.9%
B = 84.68%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#031069 (or 0x031069) is known color: Sapphire. HEX triplet: 03, 10 and 69. RGB value is (3,16,105). Sum of RGB (Red+Green+Blue) = 3+16+105=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 105 (41.41% from 255 or 84.68% from 124); Max value from RGB is 105 - color contains mainly: blue. Hex color #031069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031069 is #FCEF96. Grayscale: #151515. Windows color (decimal): -16576407 or 6885379. OLE color: 6885379.

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

Color convert

RGB 3 16 105 -
CMYK 0.97 0.85 0 0.59
HSL 232.35º 0.94% 0.21% -
HSV(B) 232.35º 0.97% 0.41% -
XYZ 2.77 1.41 13.49 -
YUV 22.26 174.69 114.26 -
System Red Green Blue C M Y K H S L
Decimal 3 16 105 0.97 0.85 0 0.59 232.35 0.94 0.21
Hex 3 10 69 61 55 0 3B E8 5E 15
Octal 3 20 151 141 125 0 73 350 136 25
Binary 11 10000 1101001 1100001 1010101 0 111011 11101000 1011110 10101

Color Harmonies of #031069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031069

Black with #031069

Text Example


Text Example

White with #031069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031069; }

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

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

background-color css

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

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

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

border-color css

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

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

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