Html Css Color HEX #04184A Sapphire

📋 copy color: '#04184A'

red 4 ◦ green 24 ◦ blue 74

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

Shades of Sapphire #04184A

Tints of Sapphire #04184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 72.55%

R = 3.92%
G = 23.53%
B = 72.55%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04184A (or 0x04184A) is known color: Sapphire. HEX triplet: 04, 18 and 4A. RGB value is (4,24,74). Sum of RGB (Red+Green+Blue) = 4+24+74=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #04184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04184A is #FBE7B5. Grayscale: #171717. Windows color (decimal): -16508854 or 4855812. OLE color: 4855812.

HSL color Cylindrical-coordinate representation of color #04184A: hue angle of 222.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04184A is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 24 74 -
CMYK 0.95 0.68 0 0.71
HSL 222.86º 0.9% 0.15% -
HSV(B) 222.86º 0.95% 0.29% -
XYZ 1.61 1.17 6.62 -
YUV 23.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 4 24 74 0.95 0.68 0 0.71 222.86 0.9 0.15
Hex 4 18 4A 5F 44 0 47 DF 5A F
Octal 4 30 112 137 104 0 107 337 132 17
Binary 100 11000 1001010 1011111 1000100 0 1000111 11011111 1011010 1111

Color Harmonies of #04184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04184A

Black with #04184A

Text Example


Text Example

White with #04184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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