Html Css Color HEX #042963 Sapphire

📋 copy color: '#042963'

red 4 ◦ green 41 ◦ blue 99

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

Shades of Sapphire #042963

Tints of Sapphire #042963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.47%

 BLUE value IS 99 (39.06% from 255) = 68.75%

R = 2.78%
G = 28.47%
B = 68.75%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#042963 (or 0x042963) is known color: Sapphire. HEX triplet: 04, 29 and 63. RGB value is (4,41,99). Sum of RGB (Red+Green+Blue) = 4+41+99=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #042963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042963 is #FBD69C. Grayscale: #242424. Windows color (decimal): -16504477 or 6498564. OLE color: 6498564.

HSL color Cylindrical-coordinate representation of color #042963: hue angle of 216.63º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042963 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 41 99 -
CMYK 0.96 0.59 0 0.61
HSL 216.63º 0.92% 0.2% -
HSV(B) 216.63º 0.96% 0.39% -
XYZ 3.1 2.51 12.13 -
YUV 36.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 4 41 99 0.96 0.59 0 0.61 216.63 0.92 0.2
Hex 4 29 63 60 3B 0 3D D9 5C 14
Octal 4 51 143 140 73 0 75 331 134 24
Binary 100 101001 1100011 1100000 111011 0 111101 11011001 1011100 10100

Color Harmonies of #042963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042963

Black with #042963

Text Example


Text Example

White with #042963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042963; }

 p { color: rgb(4,41,99); }

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

background-color css

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

 a { background-color: rgb(4,41,99); }

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

border-color css

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

 span { border-color: rgb(4,41,99); }

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