Html Css Color HEX #042458 Sapphire

📋 copy color: '#042458'

red 4 ◦ green 36 ◦ blue 88

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

Shades of Sapphire #042458

Tints of Sapphire #042458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.13%

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

R = 3.13%
G = 28.13%
B = 68.75%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#042458 (or 0x042458) is known color: Sapphire. HEX triplet: 04, 24 and 58. RGB value is (4,36,88). Sum of RGB (Red+Green+Blue) = 4+36+88=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #042458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042458 is #FBDBA7. Grayscale: #202020. Windows color (decimal): -16505768 or 5776388. OLE color: 5776388.

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

Color convert

RGB 4 36 88 -
CMYK 0.95 0.59 0 0.65
HSL 217.14º 0.91% 0.18% -
HSV(B) 217.14º 0.95% 0.35% -
XYZ 2.44 1.99 9.49 -
YUV 32.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 4 36 88 0.95 0.59 0 0.65 217.14 0.91 0.18
Hex 4 24 58 5F 3B 0 41 D9 5B 12
Octal 4 44 130 137 73 0 101 331 133 22
Binary 100 100100 1011000 1011111 111011 0 1000001 11011001 1011011 10010

Color Harmonies of #042458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042458

Black with #042458

Text Example


Text Example

White with #042458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042458; }

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

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

background-color css

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

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

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

border-color css

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

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

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