Html Css Color HEX #042355 Sapphire

📋 copy color: '#042355'

red 4 ◦ green 35 ◦ blue 85

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

Shades of Sapphire #042355

Tints of Sapphire #042355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 68.55%

R = 3.23%
G = 28.23%
B = 68.55%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#042355 (or 0x042355) is known color: Sapphire. HEX triplet: 04, 23 and 55. RGB value is (4,35,85). Sum of RGB (Red+Green+Blue) = 4+35+85=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #042355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042355 is #FBDCAA. Grayscale: #1F1F1F. Windows color (decimal): -16506027 or 5579524. OLE color: 5579524.

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

Color convert

RGB 4 35 85 -
CMYK 0.95 0.59 0 0.67
HSL 217.04º 0.91% 0.17% -
HSV(B) 217.04º 0.95% 0.33% -
XYZ 2.29 1.88 8.84 -
YUV 31.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 4 35 85 0.95 0.59 0 0.67 217.04 0.91 0.17
Hex 4 23 55 5F 3B 0 43 D9 5B 11
Octal 4 43 125 137 73 0 103 331 133 21
Binary 100 100011 1010101 1011111 111011 0 1000011 11011001 1011011 10001

Color Harmonies of #042355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042355

Black with #042355

Text Example


Text Example

White with #042355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042355; }

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

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

background-color css

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

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

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

border-color css

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

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

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