Html Css Color HEX #041E63 Sapphire

📋 copy color: '#041E63'

red 4 ◦ green 30 ◦ blue 99

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

Shades of Sapphire #041E63

Tints of Sapphire #041E63

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.56%

 BLUE value IS 99 (39.06% from 255) = 74.44%

R = 3.01%
G = 22.56%
B = 74.44%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#041E63 (or 0x041E63) is known color: Sapphire. HEX triplet: 04, 1E and 63. RGB value is (4,30,99). Sum of RGB (Red+Green+Blue) = 4+30+99=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #041E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E63 is #FBE19C. Grayscale: #1D1D1D. Windows color (decimal): -16507293 or 6495748. OLE color: 6495748.

HSL color Cylindrical-coordinate representation of color #041E63: hue angle of 223.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041E63 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 30 99 -
CMYK 0.96 0.70 0 0.61
HSL 223.58º 0.92% 0.2% -
HSV(B) 223.58º 0.96% 0.39% -
XYZ 2.77 1.86 12.02 -
YUV 30.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 4 30 99 0.96 0.70 0 0.61 223.58 0.92 0.2
Hex 4 1E 63 60 46 0 3D E0 5C 14
Octal 4 36 143 140 106 0 75 340 134 24
Binary 100 11110 1100011 1100000 1000110 0 111101 11100000 1011100 10100

Color Harmonies of #041E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E63

Black with #041E63

Text Example


Text Example

White with #041E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041E63; }

 p { color: rgb(4,30,99); }

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

background-color css

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

 a { background-color: rgb(4,30,99); }

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

border-color css

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

 span { border-color: rgb(4,30,99); }

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