Html Css Color HEX #042351 Sapphire

📋 copy color: '#042351'

red 4 ◦ green 35 ◦ blue 81

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

Shades of Sapphire #042351

Tints of Sapphire #042351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 67.5%

R = 3.33%
G = 29.17%
B = 67.5%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#042351 (or 0x042351) is known color: Sapphire. HEX triplet: 04, 23 and 51. RGB value is (4,35,81). Sum of RGB (Red+Green+Blue) = 4+35+81=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #042351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042351 is #FBDCAE. Grayscale: #1E1E1E. Windows color (decimal): -16506031 or 5317380. OLE color: 5317380.

HSL color Cylindrical-coordinate representation of color #042351: hue angle of 215.84º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042351 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 35 81 -
CMYK 0.95 0.57 0 0.68
HSL 215.84º 0.91% 0.17% -
HSV(B) 215.84º 0.95% 0.32% -
XYZ 2.14 1.82 8.02 -
YUV 30.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 4 35 81 0.95 0.57 0 0.68 215.84 0.91 0.17
Hex 4 23 51 5F 39 0 44 D8 5B 11
Octal 4 43 121 137 71 0 104 330 133 21
Binary 100 100011 1010001 1011111 111001 0 1000100 11011000 1011011 10001

Color Harmonies of #042351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042351

Black with #042351

Text Example


Text Example

White with #042351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042351; }

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

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

background-color css

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

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

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

border-color css

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

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

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