Html Css Color HEX #04266D Sapphire

📋 copy color: '#04266D'

red 4 ◦ green 38 ◦ blue 109

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

Shades of Sapphire #04266D

Tints of Sapphire #04266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.17%

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

R = 2.65%
G = 25.17%
B = 72.19%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04266D (or 0x04266D) is known color: Sapphire. HEX triplet: 04, 26 and 6D. RGB value is (4,38,109). Sum of RGB (Red+Green+Blue) = 4+38+109=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #04266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04266D is #FBD992. Grayscale: #232323. Windows color (decimal): -16505235 or 7153156. OLE color: 7153156.

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

Color convert

RGB 4 38 109 -
CMYK 0.96 0.65 0 0.57
HSL 220.57º 0.93% 0.22% -
HSV(B) 220.57º 0.96% 0.43% -
XYZ 3.5 2.52 14.77 -
YUV 35.93 169.24 105.23 -
System Red Green Blue C M Y K H S L
Decimal 4 38 109 0.96 0.65 0 0.57 220.57 0.93 0.22
Hex 4 26 6D 60 41 0 39 DD 5D 16
Octal 4 46 155 140 101 0 71 335 135 26
Binary 100 100110 1101101 1100000 1000001 0 111001 11011101 1011101 10110

Color Harmonies of #04266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04266D

Black with #04266D

Text Example


Text Example

White with #04266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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