Html Css Color HEX #041875 Sapphire

📋 copy color: '#041875'

red 4 ◦ green 24 ◦ blue 117

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

Shades of Sapphire #041875

Tints of Sapphire #041875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

 BLUE value IS 117 (46.09% from 255) = 80.69%

R = 2.76%
G = 16.55%
B = 80.69%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#041875 (or 0x041875) is known color: Sapphire. HEX triplet: 04, 18 and 75. RGB value is (4,24,117). Sum of RGB (Red+Green+Blue) = 4+24+117=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #041875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041875 is #FBE78A. Grayscale: #1C1C1C. Windows color (decimal): -16508811 or 7673860. OLE color: 7673860.

HSL color Cylindrical-coordinate representation of color #041875: hue angle of 229.38º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041875 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 24 117 -
CMYK 0.97 0.79 0 0.54
HSL 229.38º 0.93% 0.24% -
HSV(B) 229.38º 0.97% 0.46% -
XYZ 3.59 1.96 17.02 -
YUV 28.62 177.87 110.44 -
System Red Green Blue C M Y K H S L
Decimal 4 24 117 0.97 0.79 0 0.54 229.38 0.93 0.24
Hex 4 18 75 61 4F 0 36 E5 5D 18
Octal 4 30 165 141 117 0 66 345 135 30
Binary 100 11000 1110101 1100001 1001111 0 110110 11100101 1011101 11000

Color Harmonies of #041875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041875

Black with #041875

Text Example


Text Example

White with #041875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041875; }

 p { color: rgb(4,24,117); }

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

background-color css

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

 a { background-color: rgb(4,24,117); }

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

border-color css

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

 span { border-color: rgb(4,24,117); }

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