Html Css Color HEX #030092 Dark Blue

📋 copy color: '#030092'

red 3 ◦ green 0 ◦ blue 146

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

Shades of Dark Blue #030092

Tints of Dark Blue #030092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 2.01%
G = 0%
B = 97.99%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030092 (or 0x030092) is known color: Dark Blue. HEX triplet: 03, 00 and 92. RGB value is (3,0,146). Sum of RGB (Red+Green+Blue) = 3+0+146=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 146 (57.42% from 255 or 97.99% from 149); Max value from RGB is 146 - color contains mainly: blue. Hex color #030092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030092 is #FCFF6D. Grayscale: #101010. Windows color (decimal): -16580462 or 9568259. OLE color: 9568259.

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

Color convert

RGB 3 0 146 -
CMYK 0.98 1 0 0.43
HSL 241.23º 1% 0.29% -
HSV(B) 241.23º 1% 0.57% -
XYZ 5.23 2.09 27.32 -
YUV 17.54 200.49 117.63 -
System Red Green Blue C M Y K H S L
Decimal 3 0 146 0.98 1 0 0.43 241.23 1 0.29
Hex 3 0 92 62 64 0 2B F1 64 1D
Octal 3 0 222 142 144 0 53 361 144 35
Binary 11 0 10010010 1100010 1100100 0 101011 11110001 1100100 11101

Color Harmonies of #030092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030092

Black with #030092

Text Example


Text Example

White with #030092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030092; }

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

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

background-color css

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

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

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

border-color css

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

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

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