Html Css Color HEX #031474 Sapphire

📋 copy color: '#031474'

red 3 ◦ green 20 ◦ blue 116

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

Shades of Sapphire #031474

Tints of Sapphire #031474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 83.45%

R = 2.16%
G = 14.39%
B = 83.45%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031474 (or 0x031474) is known color: Sapphire. HEX triplet: 03, 14 and 74. RGB value is (3,20,116). Sum of RGB (Red+Green+Blue) = 3+20+116=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 116 (45.70% from 255 or 83.45% from 139); Max value from RGB is 116 - color contains mainly: blue. Hex color #031474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031474 is #FCEB8B. Grayscale: #191919. Windows color (decimal): -16575372 or 7607299. OLE color: 7607299.

HSL color Cylindrical-coordinate representation of color #031474: hue angle of 230.97º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031474 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 20 116 -
CMYK 0.97 0.83 0 0.55
HSL 230.97º 0.95% 0.23% -
HSV(B) 230.97º 0.97% 0.45% -
XYZ 3.44 1.78 16.69 -
YUV 25.86 178.87 111.69 -
System Red Green Blue C M Y K H S L
Decimal 3 20 116 0.97 0.83 0 0.55 230.97 0.95 0.23
Hex 3 14 74 61 53 0 37 E7 5F 17
Octal 3 24 164 141 123 0 67 347 137 27
Binary 11 10100 1110100 1100001 1010011 0 110111 11100111 1011111 10111

Color Harmonies of #031474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031474

Black with #031474

Text Example


Text Example

White with #031474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031474; }

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

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

background-color css

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

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

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

border-color css

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

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

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