Html Css Color HEX #030DA0 New Midnight Blue

📋 copy color: '#030DA0'

red 3 ◦ green 13 ◦ blue 160

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

Shades of New Midnight Blue #030DA0

Tints of New Midnight Blue #030DA0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.39%

 BLUE value IS 160 (62.89% from 255) = 90.91%

R = 1.7%
G = 7.39%
B = 90.91%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#030DA0 (or 0x030DA0) is known color: New Midnight Blue. HEX triplet: 03, 0D and A0. RGB value is (3,13,160). Sum of RGB (Red+Green+Blue) = 3+13+160=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 160 (62.89% from 255 or 90.91% from 176); Max value from RGB is 160 - color contains mainly: blue. Hex color #030DA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030DA0 is #FCF25F. Grayscale: #1A1A1A. Windows color (decimal): -16577120 or 10489091. OLE color: 10489091.

HSL color Cylindrical-coordinate representation of color #030DA0: hue angle of 236.18º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030DA0 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 13 160 -
CMYK 0.98 0.92 0 0.37
HSL 236.18º 0.96% 0.32% -
HSV(B) 236.18º 0.98% 0.63% -
XYZ 6.53 2.85 33.46 -
YUV 26.77 203.19 111.05 -
System Red Green Blue C M Y K H S L
Decimal 3 13 160 0.98 0.92 0 0.37 236.18 0.96 0.32
Hex 3 D A0 62 5C 0 25 EC 60 20
Octal 3 15 240 142 134 0 45 354 140 40
Binary 11 1101 10100000 1100010 1011100 0 100101 11101100 1100000 100000

Color Harmonies of #030DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DA0

Black with #030DA0

Text Example


Text Example

White with #030DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,13,160); }

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

background-color css

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

 a { background-color: rgb(3,13,160); }

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

border-color css

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

 span { border-color: rgb(3,13,160); }

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