Html Css Color HEX #031492 Dark Blue

📋 copy color: '#031492'

red 3 ◦ green 20 ◦ blue 146

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

Shades of Dark Blue #031492

Tints of Dark Blue #031492

RGB

 RED value IS 3 (1.56% from 255) = 1.78%

 GREEN value IS 20 (8.2% from 255) = 11.83%

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

R = 1.78%
G = 11.83%
B = 86.39%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#031492 (or 0x031492) is known color: Dark Blue. HEX triplet: 03, 14 and 92. RGB value is (3,20,146). Sum of RGB (Red+Green+Blue) = 3+20+146=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #031492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031492 is #FCEB6D. Grayscale: #1C1C1C. Windows color (decimal): -16575342 or 9573379. OLE color: 9573379.

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

Color convert

RGB 3 20 146 -
CMYK 0.98 0.86 0 0.43
HSL 232.87º 0.96% 0.29% -
HSV(B) 232.87º 0.98% 0.57% -
XYZ 5.48 2.59 27.41 -
YUV 29.28 193.87 109.25 -
System Red Green Blue C M Y K H S L
Decimal 3 20 146 0.98 0.86 0 0.43 232.87 0.96 0.29
Hex 3 14 92 62 56 0 2B E9 60 1D
Octal 3 24 222 142 126 0 53 351 140 35
Binary 11 10100 10010010 1100010 1010110 0 101011 11101001 1100000 11101

Color Harmonies of #031492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031492

Black with #031492

Text Example


Text Example

White with #031492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031492; }

 p { color: rgb(3,20,146); }

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

background-color css

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

 a { background-color: rgb(3,20,146); }

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

border-color css

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

 span { border-color: rgb(3,20,146); }

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