Html Css Color HEX #042558 Sapphire

📋 copy color: '#042558'

red 4 ◦ green 37 ◦ blue 88

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

Shades of Sapphire #042558

Tints of Sapphire #042558

RGB

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

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

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

R = 3.1%
G = 28.68%
B = 68.22%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#042558 (or 0x042558) is known color: Sapphire. HEX triplet: 04, 25 and 58. RGB value is (4,37,88). Sum of RGB (Red+Green+Blue) = 4+37+88=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #042558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042558 is #FBDAA7. Grayscale: #202020. Windows color (decimal): -16505512 or 5776644. OLE color: 5776644.

HSL color Cylindrical-coordinate representation of color #042558: hue angle of 216.43º 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 #042558 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 37 88 -
CMYK 0.95 0.58 0 0.65
HSL 216.43º 0.91% 0.18% -
HSV(B) 216.43º 0.95% 0.35% -
XYZ 2.47 2.05 9.5 -
YUV 32.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 4 37 88 0.95 0.58 0 0.65 216.43 0.91 0.18
Hex 4 25 58 5F 3A 0 41 D8 5B 12
Octal 4 45 130 137 72 0 101 330 133 22
Binary 100 100101 1011000 1011111 111010 0 1000001 11011000 1011011 10010

Color Harmonies of #042558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042558

Black with #042558

Text Example


Text Example

White with #042558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042558; }

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

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

background-color css

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

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

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

border-color css

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

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

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