Html Css Color HEX #04265D Sapphire

📋 copy color: '#04265D'

red 4 ◦ green 38 ◦ blue 93

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

Shades of Sapphire #04265D

Tints of Sapphire #04265D

RGB

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

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

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

R = 2.96%
G = 28.15%
B = 68.89%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04265D (or 0x04265D) is known color: Sapphire. HEX triplet: 04, 26 and 5D. RGB value is (4,38,93). Sum of RGB (Red+Green+Blue) = 4+38+93=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #04265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04265D is #FBD9A2. Grayscale: #212121. Windows color (decimal): -16505251 or 6104580. OLE color: 6104580.

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

Color convert

RGB 4 38 93 -
CMYK 0.96 0.59 0 0.64
HSL 217.08º 0.92% 0.19% -
HSV(B) 217.08º 0.96% 0.36% -
XYZ 2.72 2.2 10.64 -
YUV 34.1 161.24 106.53 -
System Red Green Blue C M Y K H S L
Decimal 4 38 93 0.96 0.59 0 0.64 217.08 0.92 0.19
Hex 4 26 5D 60 3B 0 40 D9 5C 13
Octal 4 46 135 140 73 0 100 331 134 23
Binary 100 100110 1011101 1100000 111011 0 1000000 11011001 1011100 10011

Color Harmonies of #04265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04265D

Black with #04265D

Text Example


Text Example

White with #04265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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