Html Css Color HEX #041360 Sapphire

📋 copy color: '#041360'

red 4 ◦ green 19 ◦ blue 96

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

Shades of Sapphire #041360

Tints of Sapphire #041360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

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

R = 3.36%
G = 15.97%
B = 80.67%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#041360 (or 0x041360) is known color: Sapphire. HEX triplet: 04, 13 and 60. RGB value is (4,19,96). Sum of RGB (Red+Green+Blue) = 4+19+96=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #041360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041360 is #FBEC9F. Grayscale: #161616. Windows color (decimal): -16510112 or 6296324. OLE color: 6296324.

HSL color Cylindrical-coordinate representation of color #041360: hue angle of 230.22º 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 #041360 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 19 96 -
CMYK 0.96 0.80 0 0.62
HSL 230.22º 0.92% 0.2% -
HSV(B) 230.22º 0.96% 0.38% -
XYZ 2.39 1.34 11.2 -
YUV 23.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 4 19 96 0.96 0.80 0 0.62 230.22 0.92 0.2
Hex 4 13 60 60 50 0 3E E6 5C 14
Octal 4 23 140 140 120 0 76 346 134 24
Binary 100 10011 1100000 1100000 1010000 0 111110 11100110 1011100 10100

Color Harmonies of #041360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041360

Black with #041360

Text Example


Text Example

White with #041360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041360; }

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

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

background-color css

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

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

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

border-color css

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

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

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