Html Css Color HEX #04185D Sapphire

📋 copy color: '#04185D'

red 4 ◦ green 24 ◦ blue 93

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

Shades of Sapphire #04185D

Tints of Sapphire #04185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 76.86%

R = 3.31%
G = 19.83%
B = 76.86%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04185D (or 0x04185D) is known color: Sapphire. HEX triplet: 04, 18 and 5D. RGB value is (4,24,93). Sum of RGB (Red+Green+Blue) = 4+24+93=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #04185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04185D is #FBE7A2. Grayscale: #191919. Windows color (decimal): -16508835 or 6100996. OLE color: 6100996.

HSL color Cylindrical-coordinate representation of color #04185D: hue angle of 226.52º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04185D is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 24 93 -
CMYK 0.96 0.74 0 0.64
HSL 226.52º 0.92% 0.19% -
HSV(B) 226.52º 0.96% 0.36% -
XYZ 2.35 1.47 10.52 -
YUV 25.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 4 24 93 0.96 0.74 0 0.64 226.52 0.92 0.19
Hex 4 18 5D 60 4A 0 40 E3 5C 13
Octal 4 30 135 140 112 0 100 343 134 23
Binary 100 11000 1011101 1100000 1001010 0 1000000 11100011 1011100 10011

Color Harmonies of #04185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04185D

Black with #04185D

Text Example


Text Example

White with #04185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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