Html Css Color HEX #04135D Sapphire

📋 copy color: '#04135D'

red 4 ◦ green 19 ◦ blue 93

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

Shades of Sapphire #04135D

Tints of Sapphire #04135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.38%

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

R = 3.45%
G = 16.38%
B = 80.17%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04135D (or 0x04135D) is known color: Sapphire. HEX triplet: 04, 13 and 5D. RGB value is (4,19,93). Sum of RGB (Red+Green+Blue) = 4+19+93=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 93 (36.72% from 255 or 80.17% from 116); Max value from RGB is 93 - color contains mainly: blue. Hex color #04135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04135D is #FBECA2. Grayscale: #161616. Windows color (decimal): -16510115 or 6099716. OLE color: 6099716.

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

Color convert

RGB 4 19 93 -
CMYK 0.96 0.80 0 0.64
HSL 229.89º 0.92% 0.19% -
HSV(B) 229.89º 0.96% 0.36% -
XYZ 2.26 1.28 10.48 -
YUV 22.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 4 19 93 0.96 0.80 0 0.64 229.89 0.92 0.19
Hex 4 13 5D 60 50 0 40 E6 5C 13
Octal 4 23 135 140 120 0 100 346 134 23
Binary 100 10011 1011101 1100000 1010000 0 1000000 11100110 1011100 10011

Color Harmonies of #04135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04135D

Black with #04135D

Text Example


Text Example

White with #04135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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