Html Css Color HEX #041260 Sapphire

📋 copy color: '#041260'

red 4 ◦ green 18 ◦ blue 96

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

Shades of Sapphire #041260

Tints of Sapphire #041260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.25%

 BLUE value IS 96 (37.89% from 255) = 81.36%

R = 3.39%
G = 15.25%
B = 81.36%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#041260 (or 0x041260) is known color: Sapphire. HEX triplet: 04, 12 and 60. RGB value is (4,18,96). Sum of RGB (Red+Green+Blue) = 4+18+96=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #041260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041260 is #FBED9F. Grayscale: #161616. Windows color (decimal): -16510368 or 6296068. OLE color: 6296068.

HSL color Cylindrical-coordinate representation of color #041260: hue angle of 230.87º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041260 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 18 96 -
CMYK 0.96 0.81 0 0.62
HSL 230.87º 0.92% 0.2% -
HSV(B) 230.87º 0.96% 0.38% -
XYZ 2.38 1.3 11.19 -
YUV 22.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 4 18 96 0.96 0.81 0 0.62 230.87 0.92 0.2
Hex 4 12 60 60 51 0 3E E7 5C 14
Octal 4 22 140 140 121 0 76 347 134 24
Binary 100 10010 1100000 1100000 1010001 0 111110 11100111 1011100 10100

Color Harmonies of #041260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041260

Black with #041260

Text Example


Text Example

White with #041260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041260; }

 p { color: rgb(4,18,96); }

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

background-color css

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

 a { background-color: rgb(4,18,96); }

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

border-color css

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

 span { border-color: rgb(4,18,96); }

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