Html Css Color HEX #030292 Dark Blue

📋 copy color: '#030292'

red 3 ◦ green 2 ◦ blue 146

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

Shades of Dark Blue #030292

Tints of Dark Blue #030292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 1.99%
G = 1.32%
B = 96.69%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030292 (or 0x030292) is known color: Dark Blue. HEX triplet: 03, 02 and 92. RGB value is (3,2,146). Sum of RGB (Red+Green+Blue) = 3+2+146=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 146 (57.42% from 255 or 96.69% from 151); Max value from RGB is 146 - color contains mainly: blue. Hex color #030292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030292 is #FCFD6D. Grayscale: #121212. Windows color (decimal): -16579950 or 9568771. OLE color: 9568771.

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

Color convert

RGB 3 2 146 -
CMYK 0.98 0.99 0 0.43
HSL 240.42º 0.97% 0.29% -
HSV(B) 240.42º 0.99% 0.57% -
XYZ 5.25 2.14 27.33 -
YUV 18.72 199.83 116.79 -
System Red Green Blue C M Y K H S L
Decimal 3 2 146 0.98 0.99 0 0.43 240.42 0.97 0.29
Hex 3 2 92 62 63 0 2B F0 61 1D
Octal 3 2 222 142 143 0 53 360 141 35
Binary 11 10 10010010 1100010 1100011 0 101011 11110000 1100001 11101

Color Harmonies of #030292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030292

Black with #030292

Text Example


Text Example

White with #030292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030292; }

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

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

background-color css

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

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

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

border-color css

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

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

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