Html Css Color HEX #041062 Sapphire

📋 copy color: '#041062'

red 4 ◦ green 16 ◦ blue 98

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

Shades of Sapphire #041062

Tints of Sapphire #041062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

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

R = 3.39%
G = 13.56%
B = 83.05%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#041062 (or 0x041062) is known color: Sapphire. HEX triplet: 04, 10 and 62. RGB value is (4,16,98). Sum of RGB (Red+Green+Blue) = 4+16+98=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 98 (38.67% from 255 or 83.05% from 118); Max value from RGB is 98 - color contains mainly: blue. Hex color #041062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041062 is #FBEF9D. Grayscale: #151515. Windows color (decimal): -16510878 or 6426628. OLE color: 6426628.

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

Color convert

RGB 4 16 98 -
CMYK 0.96 0.84 0 0.62
HSL 232.34º 0.92% 0.2% -
HSV(B) 232.34º 0.96% 0.38% -
XYZ 2.44 1.28 11.67 -
YUV 21.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 4 16 98 0.96 0.84 0 0.62 232.34 0.92 0.2
Hex 4 10 62 60 54 0 3E E8 5C 14
Octal 4 20 142 140 124 0 76 350 134 24
Binary 100 10000 1100010 1100000 1010100 0 111110 11101000 1011100 10100

Color Harmonies of #041062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041062

Black with #041062

Text Example


Text Example

White with #041062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041062; }

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

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

background-color css

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

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

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

border-color css

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

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

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