Html Css Color HEX #031268 Sapphire

📋 copy color: '#031268'

red 3 ◦ green 18 ◦ blue 104

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

Shades of Sapphire #031268

Tints of Sapphire #031268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.4%

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

R = 2.4%
G = 14.4%
B = 83.2%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#031268 (or 0x031268) is known color: Sapphire. HEX triplet: 03, 12 and 68. RGB value is (3,18,104). Sum of RGB (Red+Green+Blue) = 3+18+104=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 104 (41.02% from 255 or 83.2% from 125); Max value from RGB is 104 - color contains mainly: blue. Hex color #031268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031268 is #FCED97. Grayscale: #161616. Windows color (decimal): -16575896 or 6820355. OLE color: 6820355.

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

Color convert

RGB 3 18 104 -
CMYK 0.97 0.83 0 0.59
HSL 231.09º 0.94% 0.21% -
HSV(B) 231.09º 0.97% 0.41% -
XYZ 2.75 1.45 13.23 -
YUV 23.32 173.53 113.51 -
System Red Green Blue C M Y K H S L
Decimal 3 18 104 0.97 0.83 0 0.59 231.09 0.94 0.21
Hex 3 12 68 61 53 0 3B E7 5E 15
Octal 3 22 150 141 123 0 73 347 136 25
Binary 11 10010 1101000 1100001 1010011 0 111011 11100111 1011110 10101

Color Harmonies of #031268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031268

Black with #031268

Text Example


Text Example

White with #031268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031268; }

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

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

background-color css

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

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

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

border-color css

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

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

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