Html Css Color HEX #04275D Sapphire

📋 copy color: '#04275D'

red 4 ◦ green 39 ◦ blue 93

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

Shades of Sapphire #04275D

Tints of Sapphire #04275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.68%

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

R = 2.94%
G = 28.68%
B = 68.38%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04275D (or 0x04275D) is known color: Sapphire. HEX triplet: 04, 27 and 5D. RGB value is (4,39,93). Sum of RGB (Red+Green+Blue) = 4+39+93=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #04275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04275D is #FBD8A2. Grayscale: #222222. Windows color (decimal): -16504995 or 6104836. OLE color: 6104836.

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

Color convert

RGB 4 39 93 -
CMYK 0.96 0.58 0 0.64
HSL 216.4º 0.92% 0.19% -
HSV(B) 216.4º 0.96% 0.36% -
XYZ 2.75 2.27 10.65 -
YUV 34.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 4 39 93 0.96 0.58 0 0.64 216.4 0.92 0.19
Hex 4 27 5D 60 3A 0 40 D8 5C 13
Octal 4 47 135 140 72 0 100 330 134 23
Binary 100 100111 1011101 1100000 111010 0 1000000 11011000 1011100 10011

Color Harmonies of #04275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04275D

Black with #04275D

Text Example


Text Example

White with #04275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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