Html Css Color HEX #042066 Sapphire

📋 copy color: '#042066'

red 4 ◦ green 32 ◦ blue 102

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

Shades of Sapphire #042066

Tints of Sapphire #042066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 73.91%

R = 2.9%
G = 23.19%
B = 73.91%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#042066 (or 0x042066) is known color: Sapphire. HEX triplet: 04, 20 and 66. RGB value is (4,32,102). Sum of RGB (Red+Green+Blue) = 4+32+102=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #042066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042066 is #FBDF99. Grayscale: #1F1F1F. Windows color (decimal): -16506778 or 6692868. OLE color: 6692868.

HSL color Cylindrical-coordinate representation of color #042066: hue angle of 222.86º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042066 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 32 102 -
CMYK 0.96 0.69 0 0.6
HSL 222.86º 0.92% 0.21% -
HSV(B) 222.86º 0.96% 0.4% -
XYZ 2.96 2.02 12.8 -
YUV 31.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 4 32 102 0.96 0.69 0 0.6 222.86 0.92 0.21
Hex 4 20 66 60 45 0 3C DF 5C 15
Octal 4 40 146 140 105 0 74 337 134 25
Binary 100 100000 1100110 1100000 1000101 0 111100 11011111 1011100 10101

Color Harmonies of #042066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042066

Black with #042066

Text Example


Text Example

White with #042066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042066; }

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

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

background-color css

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

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

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

border-color css

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

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

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