Html Css Color HEX #041955 Sapphire

📋 copy color: '#041955'

red 4 ◦ green 25 ◦ blue 85

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

Shades of Sapphire #041955

Tints of Sapphire #041955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.93%

 BLUE value IS 85 (33.59% from 255) = 74.56%

R = 3.51%
G = 21.93%
B = 74.56%

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

#041955 (or 0x041955) is known color: Sapphire. HEX triplet: 04, 19 and 55. RGB value is (4,25,85). Sum of RGB (Red+Green+Blue) = 4+25+85=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 85 (33.59% from 255 or 74.56% from 114); Max value from RGB is 85 - color contains mainly: blue. Hex color #041955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041955 is #FBE6AA. Grayscale: #191919. Windows color (decimal): -16508587 or 5576964. OLE color: 5576964.

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

Color convert

RGB 4 25 85 -
CMYK 0.95 0.71 0 0.67
HSL 224.44º 0.91% 0.17% -
HSV(B) 224.44º 0.95% 0.33% -
XYZ 2.04 1.38 8.75 -
YUV 25.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 4 25 85 0.95 0.71 0 0.67 224.44 0.91 0.17
Hex 4 19 55 5F 47 0 43 E0 5B 11
Octal 4 31 125 137 107 0 103 340 133 21
Binary 100 11001 1010101 1011111 1000111 0 1000011 11100000 1011011 10001

Color Harmonies of #041955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041955

Black with #041955

Text Example


Text Example

White with #041955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041955; }

 p { color: rgb(4,25,85); }

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

background-color css

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

 a { background-color: rgb(4,25,85); }

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

border-color css

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

 span { border-color: rgb(4,25,85); }

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