Html Css Color HEX #041D4C Sapphire

📋 copy color: '#041D4C'

red 4 ◦ green 29 ◦ blue 76

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

Shades of Sapphire #041D4C

Tints of Sapphire #041D4C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.61%

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

R = 3.67%
G = 26.61%
B = 69.72%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#041D4C (or 0x041D4C) is known color: Sapphire. HEX triplet: 04, 1D and 4C. RGB value is (4,29,76). Sum of RGB (Red+Green+Blue) = 4+29+76=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #041D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D4C is #FBE2B3. Grayscale: #1A1A1A. Windows color (decimal): -16507572 or 4988164. OLE color: 4988164.

HSL color Cylindrical-coordinate representation of color #041D4C: hue angle of 219.17º 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 #041D4C is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 29 76 -
CMYK 0.95 0.62 0 0.70
HSL 219.17º 0.9% 0.16% -
HSV(B) 219.17º 0.95% 0.3% -
XYZ 1.79 1.43 7.02 -
YUV 26.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 4 29 76 0.95 0.62 0 0.70 219.17 0.9 0.16
Hex 4 1D 4C 5F 3E 0 46 DB 5A 10
Octal 4 35 114 137 76 0 106 333 132 20
Binary 100 11101 1001100 1011111 111110 0 1000110 11011011 1011010 10000

Color Harmonies of #041D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D4C

Black with #041D4C

Text Example


Text Example

White with #041D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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