Html Css Color HEX #030093 Dark Blue

📋 copy color: '#030093'

red 3 ◦ green 0 ◦ blue 147

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

Shades of Dark Blue #030093

Tints of Dark Blue #030093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 98%

R = 2%
G = 0%
B = 98%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#030093 (or 0x030093) is known color: Dark Blue. HEX triplet: 03, 00 and 93. RGB value is (3,0,147). Sum of RGB (Red+Green+Blue) = 3+0+147=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 147 (57.81% from 255 or 98% from 150); Max value from RGB is 147 - color contains mainly: blue. Hex color #030093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030093 is #FCFF6C. Grayscale: #111111. Windows color (decimal): -16580461 or 9633795. OLE color: 9633795.

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

Color convert

RGB 3 0 147 -
CMYK 0.98 1 0 0.42
HSL 241.22º 1% 0.29% -
HSV(B) 241.22º 1% 0.58% -
XYZ 5.3 2.13 27.73 -
YUV 17.66 200.99 117.55 -
System Red Green Blue C M Y K H S L
Decimal 3 0 147 0.98 1 0 0.42 241.22 1 0.29
Hex 3 0 93 62 64 0 2A F1 64 1D
Octal 3 0 223 142 144 0 52 361 144 35
Binary 11 0 10010011 1100010 1100100 0 101010 11110001 1100100 11101

Color Harmonies of #030093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030093

Black with #030093

Text Example


Text Example

White with #030093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030093; }

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

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

background-color css

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

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

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

border-color css

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

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

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