Html Css Color HEX #031068 Sapphire

📋 copy color: '#031068'

red 3 ◦ green 16 ◦ blue 104

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

Shades of Sapphire #031068

Tints of Sapphire #031068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 84.55%

R = 2.44%
G = 13.01%
B = 84.55%

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

#031068 (or 0x031068) is known color: Sapphire. HEX triplet: 03, 10 and 68. RGB value is (3,16,104). Sum of RGB (Red+Green+Blue) = 3+16+104=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #031068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031068 is #FCEF97. Grayscale: #151515. Windows color (decimal): -16576408 or 6819843. OLE color: 6819843.

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

Color convert

RGB 3 16 104 -
CMYK 0.97 0.85 0 0.59
HSL 232.28º 0.94% 0.21% -
HSV(B) 232.28º 0.97% 0.41% -
XYZ 2.72 1.39 13.22 -
YUV 22.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 3 16 104 0.97 0.85 0 0.59 232.28 0.94 0.21
Hex 3 10 68 61 55 0 3B E8 5E 15
Octal 3 20 150 141 125 0 73 350 136 25
Binary 11 10000 1101000 1100001 1010101 0 111011 11101000 1011110 10101

Color Harmonies of #031068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031068

Black with #031068

Text Example


Text Example

White with #031068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031068; }

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

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

background-color css

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

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

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

border-color css

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

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

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