Html Css Color HEX #04125D Sapphire

📋 copy color: '#04125D'

red 4 ◦ green 18 ◦ blue 93

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

Shades of Sapphire #04125D

Tints of Sapphire #04125D

RGB

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

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

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

R = 3.48%
G = 15.65%
B = 80.87%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04125D (or 0x04125D) is known color: Sapphire. HEX triplet: 04, 12 and 5D. RGB value is (4,18,93). Sum of RGB (Red+Green+Blue) = 4+18+93=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #04125D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04125D is #FBEDA2. Grayscale: #161616. Windows color (decimal): -16510371 or 6099460. OLE color: 6099460.

HSL color Cylindrical-coordinate representation of color #04125D: hue angle of 230.56º 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 #04125D is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 18 93 -
CMYK 0.96 0.81 0 0.64
HSL 230.56º 0.92% 0.19% -
HSV(B) 230.56º 0.96% 0.36% -
XYZ 2.24 1.25 10.48 -
YUV 22.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 4 18 93 0.96 0.81 0 0.64 230.56 0.92 0.19
Hex 4 12 5D 60 51 0 40 E7 5C 13
Octal 4 22 135 140 121 0 100 347 134 23
Binary 100 10010 1011101 1100000 1010001 0 1000000 11100111 1011100 10011

Color Harmonies of #04125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04125D

Black with #04125D

Text Example


Text Example

White with #04125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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