Html Css Color HEX #04256F Sapphire

📋 copy color: '#04256F'

red 4 ◦ green 37 ◦ blue 111

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

Shades of Sapphire #04256F

Tints of Sapphire #04256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 73.03%

R = 2.63%
G = 24.34%
B = 73.03%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04256F (or 0x04256F) is known color: Sapphire. HEX triplet: 04, 25 and 6F. RGB value is (4,37,111). Sum of RGB (Red+Green+Blue) = 4+37+111=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #04256F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04256F is #FBDA90. Grayscale: #232323. Windows color (decimal): -16505489 or 7283972. OLE color: 7283972.

HSL color Cylindrical-coordinate representation of color #04256F: hue angle of 221.5º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04256F is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 37 111 -
CMYK 0.96 0.67 0 0.56
HSL 221.5º 0.93% 0.23% -
HSV(B) 221.5º 0.96% 0.44% -
XYZ 3.58 2.5 15.33 -
YUV 35.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 4 37 111 0.96 0.67 0 0.56 221.5 0.93 0.23
Hex 4 25 6F 60 43 0 38 DD 5D 17
Octal 4 45 157 140 103 0 70 335 135 27
Binary 100 100101 1101111 1100000 1000011 0 111000 11011101 1011101 10111

Color Harmonies of #04256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04256F

Black with #04256F

Text Example


Text Example

White with #04256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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