Html Css Color HEX #042350 Sapphire

📋 copy color: '#042350'

red 4 ◦ green 35 ◦ blue 80

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

Shades of Sapphire #042350

Tints of Sapphire #042350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 67.23%

R = 3.36%
G = 29.41%
B = 67.23%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#042350 (or 0x042350) is known color: Sapphire. HEX triplet: 04, 23 and 50. RGB value is (4,35,80). Sum of RGB (Red+Green+Blue) = 4+35+80=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #042350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042350 is #FBDCAF. Grayscale: #1E1E1E. Windows color (decimal): -16506032 or 5251844. OLE color: 5251844.

HSL color Cylindrical-coordinate representation of color #042350: hue angle of 215.53º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042350 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 35 80 -
CMYK 0.95 0.56 0 0.69
HSL 215.53º 0.9% 0.16% -
HSV(B) 215.53º 0.95% 0.31% -
XYZ 2.1 1.81 7.83 -
YUV 30.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 4 35 80 0.95 0.56 0 0.69 215.53 0.9 0.16
Hex 4 23 50 5F 38 0 45 D8 5A 10
Octal 4 43 120 137 70 0 105 330 132 20
Binary 100 100011 1010000 1011111 111000 0 1000101 11011000 1011010 10000

Color Harmonies of #042350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042350

Black with #042350

Text Example


Text Example

White with #042350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042350; }

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

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

background-color css

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

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

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

border-color css

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

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

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