Html Css Color HEX #042380 Sapphire

📋 copy color: '#042380'

red 4 ◦ green 35 ◦ blue 128

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

Shades of Sapphire #042380

Tints of Sapphire #042380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 76.65%

R = 2.4%
G = 20.96%
B = 76.65%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#042380 (or 0x042380) is known color: Sapphire. HEX triplet: 04, 23 and 80. RGB value is (4,35,128). Sum of RGB (Red+Green+Blue) = 4+35+128=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 128 (50.39% from 255 or 76.65% from 167); Max value from RGB is 128 - color contains mainly: blue. Hex color #042380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042380 is #FBDC7F. Grayscale: #232323. Windows color (decimal): -16505984 or 8397572. OLE color: 8397572.

HSL color Cylindrical-coordinate representation of color #042380: hue angle of 225º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042380 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 35 128 -
CMYK 0.97 0.73 0 0.50
HSL 225º 0.94% 0.26% -
HSV(B) 225º 0.97% 0.5% -
XYZ 4.55 2.79 20.72 -
YUV 36.33 179.73 104.94 -
System Red Green Blue C M Y K H S L
Decimal 4 35 128 0.97 0.73 0 0.50 225 0.94 0.26
Hex 4 23 80 61 49 0 32 E1 5E 1A
Octal 4 43 200 141 111 0 62 341 136 32
Binary 100 100011 10000000 1100001 1001001 0 110010 11100001 1011110 11010

Color Harmonies of #042380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042380

Black with #042380

Text Example


Text Example

White with #042380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042380; }

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

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

background-color css

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

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

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

border-color css

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

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

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