Html Css Color HEX #031254 Sapphire

📋 copy color: '#031254'

red 3 ◦ green 18 ◦ blue 84

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

Shades of Sapphire #031254

Tints of Sapphire #031254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 80%

R = 2.86%
G = 17.14%
B = 80%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031254 (or 0x031254) is known color: Sapphire. HEX triplet: 03, 12 and 54. RGB value is (3,18,84). Sum of RGB (Red+Green+Blue) = 3+18+84=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 84 (33.20% from 255 or 80% from 105); Max value from RGB is 84 - color contains mainly: blue. Hex color #031254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031254 is #FCEDAB. Grayscale: #141414. Windows color (decimal): -16575916 or 5509635. OLE color: 5509635.

HSL color Cylindrical-coordinate representation of color #031254: hue angle of 228.89º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031254 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 18 84 -
CMYK 0.96 0.79 0 0.67
HSL 228.89º 0.93% 0.17% -
HSV(B) 228.89º 0.96% 0.33% -
XYZ 1.85 1.09 8.5 -
YUV 21.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 3 18 84 0.96 0.79 0 0.67 228.89 0.93 0.17
Hex 3 12 54 60 4F 0 43 E5 5D 11
Octal 3 22 124 140 117 0 103 345 135 21
Binary 11 10010 1010100 1100000 1001111 0 1000011 11100101 1011101 10001

Color Harmonies of #031254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031254

Black with #031254

Text Example


Text Example

White with #031254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031254; }

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

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

background-color css

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

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

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

border-color css

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

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

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