Html Css Color HEX #04124D Sapphire

📋 copy color: '#04124D'

red 4 ◦ green 18 ◦ blue 77

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

Shades of Sapphire #04124D

Tints of Sapphire #04124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.18%

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

R = 4.04%
G = 18.18%
B = 77.78%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04124D (or 0x04124D) is known color: Sapphire. HEX triplet: 04, 12 and 4D. RGB value is (4,18,77). Sum of RGB (Red+Green+Blue) = 4+18+77=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 77 (30.47% from 255 or 77.78% from 99); Max value from RGB is 77 - color contains mainly: blue. Hex color #04124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04124D is #FBEDB2. Grayscale: #141414. Windows color (decimal): -16510387 or 5050884. OLE color: 5050884.

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

Color convert

RGB 4 18 77 -
CMYK 0.95 0.77 0 0.70
HSL 228.49º 0.9% 0.16% -
HSV(B) 228.49º 0.95% 0.3% -
XYZ 1.61 0.99 7.13 -
YUV 20.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 4 18 77 0.95 0.77 0 0.70 228.49 0.9 0.16
Hex 4 12 4D 5F 4D 0 46 E4 5A 10
Octal 4 22 115 137 115 0 106 344 132 20
Binary 100 10010 1001101 1011111 1001101 0 1000110 11100100 1011010 10000

Color Harmonies of #04124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04124D

Black with #04124D

Text Example


Text Example

White with #04124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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