Html Css Color HEX #041454 Sapphire

📋 copy color: '#041454'

red 4 ◦ green 20 ◦ blue 84

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

Shades of Sapphire #041454

Tints of Sapphire #041454

RGB

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

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

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

R = 3.7%
G = 18.52%
B = 77.78%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#041454 (or 0x041454) is known color: Sapphire. HEX triplet: 04, 14 and 54. RGB value is (4,20,84). Sum of RGB (Red+Green+Blue) = 4+20+84=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 84 (33.20% from 255 or 77.78% from 108); Max value from RGB is 84 - color contains mainly: blue. Hex color #041454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041454 is #FBEBAB. Grayscale: #161616. Windows color (decimal): -16509868 or 5510148. OLE color: 5510148.

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

Color convert

RGB 4 20 84 -
CMYK 0.95 0.76 0 0.67
HSL 228º 0.91% 0.17% -
HSV(B) 228º 0.95% 0.33% -
XYZ 1.9 1.17 8.51 -
YUV 22.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 4 20 84 0.95 0.76 0 0.67 228 0.91 0.17
Hex 4 14 54 5F 4C 0 43 E4 5B 11
Octal 4 24 124 137 114 0 103 344 133 21
Binary 100 10100 1010100 1011111 1001100 0 1000011 11100100 1011011 10001

Color Harmonies of #041454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041454

Black with #041454

Text Example


Text Example

White with #041454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041454; }

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

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

background-color css

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

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

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

border-color css

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

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

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