Html Css Color HEX #04256C Sapphire

📋 copy color: '#04256C'

red 4 ◦ green 37 ◦ blue 108

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

Shades of Sapphire #04256C

Tints of Sapphire #04256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 72.48%

R = 2.68%
G = 24.83%
B = 72.48%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04256C (or 0x04256C) is known color: Sapphire. HEX triplet: 04, 25 and 6C. RGB value is (4,37,108). Sum of RGB (Red+Green+Blue) = 4+37+108=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #04256C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04256C is #FBDA93. Grayscale: #222222. Windows color (decimal): -16505492 or 7087364. OLE color: 7087364.

HSL color Cylindrical-coordinate representation of color #04256C: hue angle of 220.96º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04256C is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 37 108 -
CMYK 0.96 0.66 0 0.58
HSL 220.96º 0.93% 0.22% -
HSV(B) 220.96º 0.96% 0.42% -
XYZ 3.42 2.43 14.48 -
YUV 35.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 4 37 108 0.96 0.66 0 0.58 220.96 0.93 0.22
Hex 4 25 6C 60 42 0 3A DD 5D 16
Octal 4 45 154 140 102 0 72 335 135 26
Binary 100 100101 1101100 1100000 1000010 0 111010 11011101 1011101 10110

Color Harmonies of #04256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04256C

Black with #04256C

Text Example


Text Example

White with #04256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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