Html Css Color HEX #041362 Sapphire

📋 copy color: '#041362'

red 4 ◦ green 19 ◦ blue 98

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

Shades of Sapphire #041362

Tints of Sapphire #041362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 80.99%

R = 3.31%
G = 15.7%
B = 80.99%

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

#041362 (or 0x041362) is known color: Sapphire. HEX triplet: 04, 13 and 62. RGB value is (4,19,98). Sum of RGB (Red+Green+Blue) = 4+19+98=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #041362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041362 is #FBEC9D. Grayscale: #171717. Windows color (decimal): -16510110 or 6427396. OLE color: 6427396.

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

Color convert

RGB 4 19 98 -
CMYK 0.96 0.81 0 0.62
HSL 230.43º 0.92% 0.2% -
HSV(B) 230.43º 0.96% 0.38% -
XYZ 2.49 1.37 11.69 -
YUV 23.52 170.03 114.08 -
System Red Green Blue C M Y K H S L
Decimal 4 19 98 0.96 0.81 0 0.62 230.43 0.92 0.2
Hex 4 13 62 60 51 0 3E E6 5C 14
Octal 4 23 142 140 121 0 76 346 134 24
Binary 100 10011 1100010 1100000 1010001 0 111110 11100110 1011100 10100

Color Harmonies of #041362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041362

Black with #041362

Text Example


Text Example

White with #041362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041362; }

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

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

background-color css

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

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

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

border-color css

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

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

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