Html Css Color HEX #04285F Sapphire

📋 copy color: '#04285F'

red 4 ◦ green 40 ◦ blue 95

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

Shades of Sapphire #04285F

Tints of Sapphire #04285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 68.35%

R = 2.88%
G = 28.78%
B = 68.35%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04285F (or 0x04285F) is known color: Sapphire. HEX triplet: 04, 28 and 5F. RGB value is (4,40,95). Sum of RGB (Red+Green+Blue) = 4+40+95=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 95 (37.5% from 255 or 68.35% from 139); Max value from RGB is 95 - color contains mainly: blue. Hex color #04285F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04285F is #FBD7A0. Grayscale: #232323. Windows color (decimal): -16504737 or 6236164. OLE color: 6236164.

HSL color Cylindrical-coordinate representation of color #04285F: hue angle of 216.26º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04285F is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 40 95 -
CMYK 0.96 0.58 0 0.63
HSL 216.26º 0.92% 0.19% -
HSV(B) 216.26º 0.96% 0.37% -
XYZ 2.87 2.37 11.13 -
YUV 35.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 4 40 95 0.96 0.58 0 0.63 216.26 0.92 0.19
Hex 4 28 5F 60 3A 0 3F D8 5C 13
Octal 4 50 137 140 72 0 77 330 134 23
Binary 100 101000 1011111 1100000 111010 0 111111 11011000 1011100 10011

Color Harmonies of #04285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04285F

Black with #04285F

Text Example


Text Example

White with #04285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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