Html Css Color HEX #040892 Dark Blue

📋 copy color: '#040892'

red 4 ◦ green 8 ◦ blue 146

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

Shades of Dark Blue #040892

Tints of Dark Blue #040892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

 BLUE value IS 146 (57.42% from 255) = 92.41%

R = 2.53%
G = 5.06%
B = 92.41%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#040892 (or 0x040892) is known color: Dark Blue. HEX triplet: 04, 08 and 92. RGB value is (4,8,146). Sum of RGB (Red+Green+Blue) = 4+8+146=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 146 (57.42% from 255 or 92.41% from 158); Max value from RGB is 146 - color contains mainly: blue. Hex color #040892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040892 is #FBF76D. Grayscale: #151515. Windows color (decimal): -16512878 or 9570308. OLE color: 9570308.

HSL color Cylindrical-coordinate representation of color #040892: hue angle of 238.31º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040892 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 8 146 -
CMYK 0.97 0.95 0 0.43
HSL 238.31º 0.95% 0.29% -
HSV(B) 238.31º 0.97% 0.57% -
XYZ 5.33 2.27 27.35 -
YUV 22.54 197.67 114.78 -
System Red Green Blue C M Y K H S L
Decimal 4 8 146 0.97 0.95 0 0.43 238.31 0.95 0.29
Hex 4 8 92 61 5F 0 2B EE 5F 1D
Octal 4 10 222 141 137 0 53 356 137 35
Binary 100 1000 10010010 1100001 1011111 0 101011 11101110 1011111 11101

Color Harmonies of #040892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040892

Black with #040892

Text Example


Text Example

White with #040892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040892; }

 p { color: rgb(4,8,146); }

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

background-color css

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

 a { background-color: rgb(4,8,146); }

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

border-color css

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

 span { border-color: rgb(4,8,146); }

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