Html Css Color HEX #04255E Sapphire

📋 copy color: '#04255E'

red 4 ◦ green 37 ◦ blue 94

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

Shades of Sapphire #04255E

Tints of Sapphire #04255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 69.63%

R = 2.96%
G = 27.41%
B = 69.63%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04255E (or 0x04255E) is known color: Sapphire. HEX triplet: 04, 25 and 5E. RGB value is (4,37,94). Sum of RGB (Red+Green+Blue) = 4+37+94=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #04255E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04255E is #FBDAA1. Grayscale: #212121. Windows color (decimal): -16505506 or 6169860. OLE color: 6169860.

HSL color Cylindrical-coordinate representation of color #04255E: hue angle of 218º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04255E is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 37 94 -
CMYK 0.96 0.61 0 0.63
HSL 218º 0.92% 0.19% -
HSV(B) 218º 0.96% 0.37% -
XYZ 2.73 2.16 10.86 -
YUV 33.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 4 37 94 0.96 0.61 0 0.63 218 0.92 0.19
Hex 4 25 5E 60 3D 0 3F DA 5C 13
Octal 4 45 136 140 75 0 77 332 134 23
Binary 100 100101 1011110 1100000 111101 0 111111 11011010 1011100 10011

Color Harmonies of #04255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04255E

Black with #04255E

Text Example


Text Example

White with #04255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04255E; }

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

 H1.HeaderClassName
 {
   color: #04255E;
 }
 .AnyTagClassName
 {
   color: #04255E;
 }
</style>

background-color css

<style>
 a { background-color: #04255E; }

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

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

border-color css

<style>
 span { border-color: #04255E; }

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

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