Html Css Color HEX #041054 Sapphire

📋 copy color: '#041054'

red 4 ◦ green 16 ◦ blue 84

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

Shades of Sapphire #041054

Tints of Sapphire #041054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

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

R = 3.85%
G = 15.38%
B = 80.77%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#041054 (or 0x041054) is known color: Sapphire. HEX triplet: 04, 10 and 54. RGB value is (4,16,84). Sum of RGB (Red+Green+Blue) = 4+16+84=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 84 (33.20% from 255 or 80.77% from 104); Max value from RGB is 84 - color contains mainly: blue. Hex color #041054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041054 is #FBEFAB. Grayscale: #131313. Windows color (decimal): -16510892 or 5509124. OLE color: 5509124.

HSL color Cylindrical-coordinate representation of color #041054: hue angle of 231º 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 #041054 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 16 84 -
CMYK 0.95 0.81 0 0.67
HSL 231º 0.91% 0.17% -
HSV(B) 231º 0.95% 0.33% -
XYZ 1.84 1.04 8.49 -
YUV 20.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 4 16 84 0.95 0.81 0 0.67 231 0.91 0.17
Hex 4 10 54 5F 51 0 43 E7 5B 11
Octal 4 20 124 137 121 0 103 347 133 21
Binary 100 10000 1010100 1011111 1010001 0 1000011 11100111 1011011 10001

Color Harmonies of #041054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041054

Black with #041054

Text Example


Text Example

White with #041054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041054; }

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

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

background-color css

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

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

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

border-color css

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

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

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