Html Css Color HEX #042768 Sapphire

📋 copy color: '#042768'

red 4 ◦ green 39 ◦ blue 104

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

Shades of Sapphire #042768

Tints of Sapphire #042768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.53%

 BLUE value IS 104 (41.02% from 255) = 70.75%

R = 2.72%
G = 26.53%
B = 70.75%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#042768 (or 0x042768) is known color: Sapphire. HEX triplet: 04, 27 and 68. RGB value is (4,39,104). Sum of RGB (Red+Green+Blue) = 4+39+104=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #042768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042768 is #FBD897. Grayscale: #232323. Windows color (decimal): -16504984 or 6825732. OLE color: 6825732.

HSL color Cylindrical-coordinate representation of color #042768: hue angle of 219º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042768 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 39 104 -
CMYK 0.96 0.62 0 0.59
HSL 219º 0.93% 0.21% -
HSV(B) 219º 0.96% 0.41% -
XYZ 3.27 2.48 13.4 -
YUV 35.95 166.4 105.21 -
System Red Green Blue C M Y K H S L
Decimal 4 39 104 0.96 0.62 0 0.59 219 0.93 0.21
Hex 4 27 68 60 3E 0 3B DB 5D 15
Octal 4 47 150 140 76 0 73 333 135 25
Binary 100 100111 1101000 1100000 111110 0 111011 11011011 1011101 10101

Color Harmonies of #042768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042768

Black with #042768

Text Example


Text Example

White with #042768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042768; }

 p { color: rgb(4,39,104); }

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

background-color css

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

 a { background-color: rgb(4,39,104); }

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

border-color css

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

 span { border-color: rgb(4,39,104); }

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