Html Css Color HEX #04286D Sapphire

📋 copy color: '#04286D'

red 4 ◦ green 40 ◦ blue 109

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

Shades of Sapphire #04286D

Tints of Sapphire #04286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 71.24%

R = 2.61%
G = 26.14%
B = 71.24%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04286D (or 0x04286D) is known color: Sapphire. HEX triplet: 04, 28 and 6D. RGB value is (4,40,109). Sum of RGB (Red+Green+Blue) = 4+40+109=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #04286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04286D is #FBD792. Grayscale: #242424. Windows color (decimal): -16504723 or 7153668. OLE color: 7153668.

HSL color Cylindrical-coordinate representation of color #04286D: hue angle of 219.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04286D is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 40 109 -
CMYK 0.96 0.63 0 0.57
HSL 219.43º 0.93% 0.22% -
HSV(B) 219.43º 0.96% 0.43% -
XYZ 3.57 2.65 14.79 -
YUV 37.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 4 40 109 0.96 0.63 0 0.57 219.43 0.93 0.22
Hex 4 28 6D 60 3F 0 39 DB 5D 16
Octal 4 50 155 140 77 0 71 333 135 26
Binary 100 101000 1101101 1100000 111111 0 111001 11011011 1011101 10110

Color Harmonies of #04286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04286D

Black with #04286D

Text Example


Text Example

White with #04286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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