Html Css Color HEX #04256D Sapphire

📋 copy color: '#04256D'

red 4 ◦ green 37 ◦ blue 109

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

Shades of Sapphire #04256D

Tints of Sapphire #04256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

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

R = 2.67%
G = 24.67%
B = 72.67%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04256D (or 0x04256D) is known color: Sapphire. HEX triplet: 04, 25 and 6D. RGB value is (4,37,109). Sum of RGB (Red+Green+Blue) = 4+37+109=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #04256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04256D is #FBDA92. Grayscale: #232323. Windows color (decimal): -16505491 or 7152900. OLE color: 7152900.

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

Color convert

RGB 4 37 109 -
CMYK 0.96 0.66 0 0.57
HSL 221.14º 0.93% 0.22% -
HSV(B) 221.14º 0.96% 0.43% -
XYZ 3.47 2.45 14.76 -
YUV 35.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 4 37 109 0.96 0.66 0 0.57 221.14 0.93 0.22
Hex 4 25 6D 60 42 0 39 DD 5D 16
Octal 4 45 155 140 102 0 71 335 135 26
Binary 100 100101 1101101 1100000 1000010 0 111001 11011101 1011101 10110

Color Harmonies of #04256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04256D

Black with #04256D

Text Example


Text Example

White with #04256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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