Html Css Color HEX #030893 Dark Blue

📋 copy color: '#030893'

red 3 ◦ green 8 ◦ blue 147

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

Shades of Dark Blue #030893

Tints of Dark Blue #030893

RGB

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

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

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

R = 1.9%
G = 5.06%
B = 93.04%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#030893 (or 0x030893) is known color: Dark Blue. HEX triplet: 03, 08 and 93. RGB value is (3,8,147). Sum of RGB (Red+Green+Blue) = 3+8+147=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 147 (57.81% from 255 or 93.04% from 158); Max value from RGB is 147 - color contains mainly: blue. Hex color #030893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030893 is #FCF76C. Grayscale: #151515. Windows color (decimal): -16578413 or 9635843. OLE color: 9635843.

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

Color convert

RGB 3 8 147 -
CMYK 0.98 0.95 0 0.42
HSL 237.92º 0.96% 0.29% -
HSV(B) 237.92º 0.98% 0.58% -
XYZ 5.39 2.3 27.76 -
YUV 22.35 198.34 114.2 -
System Red Green Blue C M Y K H S L
Decimal 3 8 147 0.98 0.95 0 0.42 237.92 0.96 0.29
Hex 3 8 93 62 5F 0 2A EE 60 1D
Octal 3 10 223 142 137 0 52 356 140 35
Binary 11 1000 10010011 1100010 1011111 0 101010 11101110 1100000 11101

Color Harmonies of #030893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030893

Black with #030893

Text Example


Text Example

White with #030893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030893; }

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

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

background-color css

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

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

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

border-color css

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

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

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