Html Css Color HEX #04285D Sapphire

📋 copy color: '#04285D'

red 4 ◦ green 40 ◦ blue 93

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

Shades of Sapphire #04285D

Tints of Sapphire #04285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.2%

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

R = 2.92%
G = 29.2%
B = 67.88%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04285D (or 0x04285D) is known color: Sapphire. HEX triplet: 04, 28 and 5D. RGB value is (4,40,93). Sum of RGB (Red+Green+Blue) = 4+40+93=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #04285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04285D is #FBD7A2. Grayscale: #232323. Windows color (decimal): -16504739 or 6105092. OLE color: 6105092.

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

Color convert

RGB 4 40 93 -
CMYK 0.96 0.57 0 0.64
HSL 215.73º 0.92% 0.19% -
HSV(B) 215.73º 0.96% 0.36% -
XYZ 2.78 2.33 10.66 -
YUV 35.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 4 40 93 0.96 0.57 0 0.64 215.73 0.92 0.19
Hex 4 28 5D 60 39 0 40 D8 5C 13
Octal 4 50 135 140 71 0 100 330 134 23
Binary 100 101000 1011101 1100000 111001 0 1000000 11011000 1011100 10011

Color Harmonies of #04285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04285D

Black with #04285D

Text Example


Text Example

White with #04285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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