Html Css Color HEX #042083 Sapphire

📋 copy color: '#042083'

red 4 ◦ green 32 ◦ blue 131

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

Shades of Sapphire #042083

Tints of Sapphire #042083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.16%

 BLUE value IS 131 (51.56% from 255) = 78.44%

R = 2.4%
G = 19.16%
B = 78.44%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#042083 (or 0x042083) is known color: Sapphire. HEX triplet: 04, 20 and 83. RGB value is (4,32,131). Sum of RGB (Red+Green+Blue) = 4+32+131=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 131 (51.56% from 255 or 78.44% from 167); Max value from RGB is 131 - color contains mainly: blue. Hex color #042083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042083 is #FBDF7C. Grayscale: #222222. Windows color (decimal): -16506749 or 8593412. OLE color: 8593412.

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

Color convert

RGB 4 32 131 -
CMYK 0.97 0.76 0 0.49
HSL 226.77º 0.94% 0.26% -
HSV(B) 226.77º 0.97% 0.51% -
XYZ 4.66 2.7 21.75 -
YUV 34.91 182.22 105.95 -
System Red Green Blue C M Y K H S L
Decimal 4 32 131 0.97 0.76 0 0.49 226.77 0.94 0.26
Hex 4 20 83 61 4C 0 31 E3 5E 1A
Octal 4 40 203 141 114 0 61 343 136 32
Binary 100 100000 10000011 1100001 1001100 0 110001 11100011 1011110 11010

Color Harmonies of #042083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042083

Black with #042083

Text Example


Text Example

White with #042083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042083; }

 p { color: rgb(4,32,131); }

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

background-color css

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

 a { background-color: rgb(4,32,131); }

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

border-color css

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

 span { border-color: rgb(4,32,131); }

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