Html Css Color HEX #04295D Sapphire

📋 copy color: '#04295D'

red 4 ◦ green 41 ◦ blue 93

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

Shades of Sapphire #04295D

Tints of Sapphire #04295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.71%

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

R = 2.9%
G = 29.71%
B = 67.39%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04295D (or 0x04295D) is known color: Sapphire. HEX triplet: 04, 29 and 5D. RGB value is (4,41,93). Sum of RGB (Red+Green+Blue) = 4+41+93=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #04295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04295D is #FBD6A2. Grayscale: #232323. Windows color (decimal): -16504483 or 6105348. OLE color: 6105348.

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

Color convert

RGB 4 41 93 -
CMYK 0.96 0.56 0 0.64
HSL 215.06º 0.92% 0.19% -
HSV(B) 215.06º 0.96% 0.36% -
XYZ 2.82 2.4 10.67 -
YUV 35.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 4 41 93 0.96 0.56 0 0.64 215.06 0.92 0.19
Hex 4 29 5D 60 38 0 40 D7 5C 13
Octal 4 51 135 140 70 0 100 327 134 23
Binary 100 101001 1011101 1100000 111000 0 1000000 11010111 1011100 10011

Color Harmonies of #04295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04295D

Black with #04295D

Text Example


Text Example

White with #04295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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