Html Css Color HEX #042375 Sapphire

📋 copy color: '#042375'

red 4 ◦ green 35 ◦ blue 117

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

Shades of Sapphire #042375

Tints of Sapphire #042375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

 BLUE value IS 117 (46.09% from 255) = 75%

R = 2.56%
G = 22.44%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#042375 (or 0x042375) is known color: Sapphire. HEX triplet: 04, 23 and 75. RGB value is (4,35,117). Sum of RGB (Red+Green+Blue) = 4+35+117=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #042375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042375 is #FBDC8A. Grayscale: #222222. Windows color (decimal): -16505995 or 7676676. OLE color: 7676676.

HSL color Cylindrical-coordinate representation of color #042375: hue angle of 223.54º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042375 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 35 117 -
CMYK 0.97 0.70 0 0.54
HSL 223.54º 0.93% 0.24% -
HSV(B) 223.54º 0.97% 0.46% -
XYZ 3.86 2.51 17.11 -
YUV 35.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 4 35 117 0.97 0.70 0 0.54 223.54 0.93 0.24
Hex 4 23 75 61 46 0 36 E0 5D 18
Octal 4 43 165 141 106 0 66 340 135 30
Binary 100 100011 1110101 1100001 1000110 0 110110 11100000 1011101 11000

Color Harmonies of #042375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042375

Black with #042375

Text Example


Text Example

White with #042375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042375; }

 p { color: rgb(4,35,117); }

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

background-color css

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

 a { background-color: rgb(4,35,117); }

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

border-color css

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

 span { border-color: rgb(4,35,117); }

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