Html Css Color HEX #041351 Sapphire

📋 copy color: '#041351'

red 4 ◦ green 19 ◦ blue 81

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

Shades of Sapphire #041351

Tints of Sapphire #041351

RGB

 RED value IS 4 (1.95% from 255) = 3.85%

 GREEN value IS 19 (7.81% from 255) = 18.27%

 BLUE value IS 81 (32.03% from 255) = 77.88%

R = 3.85%
G = 18.27%
B = 77.88%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#041351 (or 0x041351) is known color: Sapphire. HEX triplet: 04, 13 and 51. RGB value is (4,19,81). Sum of RGB (Red+Green+Blue) = 4+19+81=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #041351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041351 is #FBECAE. Grayscale: #151515. Windows color (decimal): -16510127 or 5313284. OLE color: 5313284.

HSL color Cylindrical-coordinate representation of color #041351: hue angle of 228.31º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041351 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 19 81 -
CMYK 0.95 0.77 0 0.68
HSL 228.31º 0.91% 0.17% -
HSV(B) 228.31º 0.95% 0.32% -
XYZ 1.77 1.09 7.9 -
YUV 21.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 4 19 81 0.95 0.77 0 0.68 228.31 0.91 0.17
Hex 4 13 51 5F 4D 0 44 E4 5B 11
Octal 4 23 121 137 115 0 104 344 133 21
Binary 100 10011 1010001 1011111 1001101 0 1000100 11100100 1011011 10001

Color Harmonies of #041351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041351

Black with #041351

Text Example


Text Example

White with #041351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041351; }

 p { color: rgb(4,19,81); }

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

background-color css

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

 a { background-color: rgb(4,19,81); }

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

border-color css

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

 span { border-color: rgb(4,19,81); }

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