Html Css Color HEX #042068 Sapphire

📋 copy color: '#042068'

red 4 ◦ green 32 ◦ blue 104

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

Shades of Sapphire #042068

Tints of Sapphire #042068

RGB

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

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

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

R = 2.86%
G = 22.86%
B = 74.29%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#042068 (or 0x042068) is known color: Sapphire. HEX triplet: 04, 20 and 68. RGB value is (4,32,104). Sum of RGB (Red+Green+Blue) = 4+32+104=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #042068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042068 is #FBDF97. Grayscale: #1F1F1F. Windows color (decimal): -16506776 or 6823940. OLE color: 6823940.

HSL color Cylindrical-coordinate representation of color #042068: hue angle of 223.2º 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 #042068 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 32 104 -
CMYK 0.96 0.69 0 0.59
HSL 223.2º 0.93% 0.21% -
HSV(B) 223.2º 0.96% 0.41% -
XYZ 3.07 2.06 13.33 -
YUV 31.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 4 32 104 0.96 0.69 0 0.59 223.2 0.93 0.21
Hex 4 20 68 60 45 0 3B DF 5D 15
Octal 4 40 150 140 105 0 73 337 135 25
Binary 100 100000 1101000 1100000 1000101 0 111011 11011111 1011101 10101

Color Harmonies of #042068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042068

Black with #042068

Text Example


Text Example

White with #042068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042068; }

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

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

background-color css

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

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

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

border-color css

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

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

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