Html Css Color HEX #042266 Sapphire

📋 copy color: '#042266'

red 4 ◦ green 34 ◦ blue 102

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

Shades of Sapphire #042266

Tints of Sapphire #042266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.29%

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

R = 2.86%
G = 24.29%
B = 72.86%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#042266 (or 0x042266) is known color: Sapphire. HEX triplet: 04, 22 and 66. RGB value is (4,34,102). Sum of RGB (Red+Green+Blue) = 4+34+102=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 102 (40.23% from 255 or 72.86% from 140); Max value from RGB is 102 - color contains mainly: blue. Hex color #042266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042266 is #FBDD99. Grayscale: #202020. Windows color (decimal): -16506266 or 6693380. OLE color: 6693380.

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

Color convert

RGB 4 34 102 -
CMYK 0.96 0.67 0 0.6
HSL 221.63º 0.92% 0.21% -
HSV(B) 221.63º 0.96% 0.4% -
XYZ 3.02 2.13 12.82 -
YUV 32.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 4 34 102 0.96 0.67 0 0.6 221.63 0.92 0.21
Hex 4 22 66 60 43 0 3C DE 5C 15
Octal 4 42 146 140 103 0 74 336 134 25
Binary 100 100010 1100110 1100000 1000011 0 111100 11011110 1011100 10101

Color Harmonies of #042266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042266

Black with #042266

Text Example


Text Example

White with #042266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042266; }

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

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

background-color css

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

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

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

border-color css

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

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

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