Html Css Color HEX #041E4C Sapphire

📋 copy color: '#041E4C'

red 4 ◦ green 30 ◦ blue 76

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

Shades of Sapphire #041E4C

Tints of Sapphire #041E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 69.09%

R = 3.64%
G = 27.27%
B = 69.09%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#041E4C (or 0x041E4C) is known color: Sapphire. HEX triplet: 04, 1E and 4C. RGB value is (4,30,76). Sum of RGB (Red+Green+Blue) = 4+30+76=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 76 (30.08% from 255 or 69.09% from 110); Max value from RGB is 76 - color contains mainly: blue. Hex color #041E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E4C is #FBE1B3. Grayscale: #1B1B1B. Windows color (decimal): -16507316 or 4988420. OLE color: 4988420.

HSL color Cylindrical-coordinate representation of color #041E4C: hue angle of 218.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041E4C is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 30 76 -
CMYK 0.95 0.61 0 0.70
HSL 218.33º 0.9% 0.16% -
HSV(B) 218.33º 0.95% 0.3% -
XYZ 1.82 1.48 7.03 -
YUV 27.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 4 30 76 0.95 0.61 0 0.70 218.33 0.9 0.16
Hex 4 1E 4C 5F 3D 0 46 DA 5A 10
Octal 4 36 114 137 75 0 106 332 132 20
Binary 100 11110 1001100 1011111 111101 0 1000110 11011010 1011010 10000

Color Harmonies of #041E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E4C

Black with #041E4C

Text Example


Text Example

White with #041E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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