Html Css Color HEX #041258 Sapphire

📋 copy color: '#041258'

red 4 ◦ green 18 ◦ blue 88

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

Shades of Sapphire #041258

Tints of Sapphire #041258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

 BLUE value IS 88 (34.77% from 255) = 80%

R = 3.64%
G = 16.36%
B = 80%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#041258 (or 0x041258) is known color: Sapphire. HEX triplet: 04, 12 and 58. RGB value is (4,18,88). Sum of RGB (Red+Green+Blue) = 4+18+88=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 88 (34.77% from 255 or 80% from 110); Max value from RGB is 88 - color contains mainly: blue. Hex color #041258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041258 is #FBEDA7. Grayscale: #151515. Windows color (decimal): -16510376 or 5771780. OLE color: 5771780.

HSL color Cylindrical-coordinate representation of color #041258: hue angle of 230º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041258 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 18 88 -
CMYK 0.95 0.80 0 0.65
HSL 230º 0.91% 0.18% -
HSV(B) 230º 0.95% 0.35% -
XYZ 2.03 1.16 9.35 -
YUV 21.79 165.36 115.31 -
System Red Green Blue C M Y K H S L
Decimal 4 18 88 0.95 0.80 0 0.65 230 0.91 0.18
Hex 4 12 58 5F 50 0 41 E6 5B 12
Octal 4 22 130 137 120 0 101 346 133 22
Binary 100 10010 1011000 1011111 1010000 0 1000001 11100110 1011011 10010

Color Harmonies of #041258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041258

Black with #041258

Text Example


Text Example

White with #041258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041258; }

 p { color: rgb(4,18,88); }

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

background-color css

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

 a { background-color: rgb(4,18,88); }

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

border-color css

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

 span { border-color: rgb(4,18,88); }

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