Html Css Color HEX #041854 Sapphire

📋 copy color: '#041854'

red 4 ◦ green 24 ◦ blue 84

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

Shades of Sapphire #041854

Tints of Sapphire #041854

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.43%

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

R = 3.57%
G = 21.43%
B = 75%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#041854 (or 0x041854) is known color: Sapphire. HEX triplet: 04, 18 and 54. RGB value is (4,24,84). Sum of RGB (Red+Green+Blue) = 4+24+84=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 84 (33.20% from 255 or 75% from 112); Max value from RGB is 84 - color contains mainly: blue. Hex color #041854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041854 is #FBE7AB. Grayscale: #181818. Windows color (decimal): -16508844 or 5511172. OLE color: 5511172.

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

Color convert

RGB 4 24 84 -
CMYK 0.95 0.71 0 0.67
HSL 225º 0.91% 0.17% -
HSV(B) 225º 0.95% 0.33% -
XYZ 1.98 1.32 8.54 -
YUV 24.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 4 24 84 0.95 0.71 0 0.67 225 0.91 0.17
Hex 4 18 54 5F 47 0 43 E1 5B 11
Octal 4 30 124 137 107 0 103 341 133 21
Binary 100 11000 1010100 1011111 1000111 0 1000011 11100001 1011011 10001

Color Harmonies of #041854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041854

Black with #041854

Text Example


Text Example

White with #041854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041854; }

 p { color: rgb(4,24,84); }

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

background-color css

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

 a { background-color: rgb(4,24,84); }

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

border-color css

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

 span { border-color: rgb(4,24,84); }

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