Html Css Color HEX #030A93 Dark Blue

📋 copy color: '#030A93'

red 3 ◦ green 10 ◦ blue 147

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

Shades of Dark Blue #030A93

Tints of Dark Blue #030A93

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.25%

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

R = 1.88%
G = 6.25%
B = 91.88%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#030A93 (or 0x030A93) is known color: Dark Blue. HEX triplet: 03, 0A and 93. RGB value is (3,10,147). Sum of RGB (Red+Green+Blue) = 3+10+147=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 147 (57.81% from 255 or 91.88% from 160); Max value from RGB is 147 - color contains mainly: blue. Hex color #030A93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030A93 is #FCF56C. Grayscale: #161616. Windows color (decimal): -16577901 or 9636355. OLE color: 9636355.

HSL color Cylindrical-coordinate representation of color #030A93: hue angle of 237.08º 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 #030A93 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 10 147 -
CMYK 0.98 0.93 0 0.42
HSL 237.08º 0.96% 0.29% -
HSV(B) 237.08º 0.98% 0.58% -
XYZ 5.41 2.34 27.77 -
YUV 23.53 197.68 113.36 -
System Red Green Blue C M Y K H S L
Decimal 3 10 147 0.98 0.93 0 0.42 237.08 0.96 0.29
Hex 3 A 93 62 5D 0 2A ED 60 1D
Octal 3 12 223 142 135 0 52 355 140 35
Binary 11 1010 10010011 1100010 1011101 0 101010 11101101 1100000 11101

Color Harmonies of #030A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A93

Black with #030A93

Text Example


Text Example

White with #030A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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