Html Css Color HEX #041555 Sapphire

📋 copy color: '#041555'

red 4 ◦ green 21 ◦ blue 85

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

Shades of Sapphire #041555

Tints of Sapphire #041555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.09%

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

R = 3.64%
G = 19.09%
B = 77.27%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#041555 (or 0x041555) is known color: Sapphire. HEX triplet: 04, 15 and 55. RGB value is (4,21,85). Sum of RGB (Red+Green+Blue) = 4+21+85=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #041555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041555 is #FBEAAA. Grayscale: #161616. Windows color (decimal): -16509611 or 5575940. OLE color: 5575940.

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

Color convert

RGB 4 21 85 -
CMYK 0.95 0.75 0 0.67
HSL 227.41º 0.91% 0.17% -
HSV(B) 227.41º 0.95% 0.33% -
XYZ 1.96 1.22 8.73 -
YUV 23.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 4 21 85 0.95 0.75 0 0.67 227.41 0.91 0.17
Hex 4 15 55 5F 4B 0 43 E3 5B 11
Octal 4 25 125 137 113 0 103 343 133 21
Binary 100 10101 1010101 1011111 1001011 0 1000011 11100011 1011011 10001

Color Harmonies of #041555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041555

Black with #041555

Text Example


Text Example

White with #041555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041555; }

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

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

background-color css

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

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

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

border-color css

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

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

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