Html Css Color HEX #04185A Sapphire

📋 copy color: '#04185A'

red 4 ◦ green 24 ◦ blue 90

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

Shades of Sapphire #04185A

Tints of Sapphire #04185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 76.27%

R = 3.39%
G = 20.34%
B = 76.27%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04185A (or 0x04185A) is known color: Sapphire. HEX triplet: 04, 18 and 5A. RGB value is (4,24,90). Sum of RGB (Red+Green+Blue) = 4+24+90=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #04185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04185A is #FBE7A5. Grayscale: #191919. Windows color (decimal): -16508838 or 5904388. OLE color: 5904388.

HSL color Cylindrical-coordinate representation of color #04185A: hue angle of 226.05º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04185A is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 24 90 -
CMYK 0.96 0.73 0 0.65
HSL 226.05º 0.91% 0.18% -
HSV(B) 226.05º 0.96% 0.35% -
XYZ 2.22 1.42 9.83 -
YUV 25.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 4 24 90 0.96 0.73 0 0.65 226.05 0.91 0.18
Hex 4 18 5A 60 49 0 41 E2 5B 12
Octal 4 30 132 140 111 0 101 342 133 22
Binary 100 11000 1011010 1100000 1001001 0 1000001 11100010 1011011 10010

Color Harmonies of #04185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04185A

Black with #04185A

Text Example


Text Example

White with #04185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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