Html Css Color HEX #04154D Sapphire

📋 copy color: '#04154D'

red 4 ◦ green 21 ◦ blue 77

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

Shades of Sapphire #04154D

Tints of Sapphire #04154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

 BLUE value IS 77 (30.47% from 255) = 75.49%

R = 3.92%
G = 20.59%
B = 75.49%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04154D (or 0x04154D) is known color: Sapphire. HEX triplet: 04, 15 and 4D. RGB value is (4,21,77). Sum of RGB (Red+Green+Blue) = 4+21+77=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #04154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04154D is #FBEAB2. Grayscale: #161616. Windows color (decimal): -16509619 or 5051652. OLE color: 5051652.

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

Color convert

RGB 4 21 77 -
CMYK 0.95 0.73 0 0.70
HSL 226.03º 0.9% 0.16% -
HSV(B) 226.03º 0.95% 0.3% -
XYZ 1.66 1.1 7.15 -
YUV 22.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 4 21 77 0.95 0.73 0 0.70 226.03 0.9 0.16
Hex 4 15 4D 5F 49 0 46 E2 5A 10
Octal 4 25 115 137 111 0 106 342 132 20
Binary 100 10101 1001101 1011111 1001001 0 1000110 11100010 1011010 10000

Color Harmonies of #04154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04154D

Black with #04154D

Text Example


Text Example

White with #04154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,21,77); }

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

background-color css

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

 a { background-color: rgb(4,21,77); }

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

border-color css

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

 span { border-color: rgb(4,21,77); }

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