Html Css Color HEX #030DAE New Midnight Blue

📋 copy color: '#030DAE'

red 3 ◦ green 13 ◦ blue 174

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

Shades of New Midnight Blue #030DAE

Tints of New Midnight Blue #030DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 91.58%

R = 1.58%
G = 6.84%
B = 91.58%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#030DAE (or 0x030DAE) is known color: New Midnight Blue. HEX triplet: 03, 0D and AE. RGB value is (3,13,174). Sum of RGB (Red+Green+Blue) = 3+13+174=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 174 (68.36% from 255 or 91.58% from 190); Max value from RGB is 174 - color contains mainly: blue. Hex color #030DAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030DAE is #FCF251. Grayscale: #1B1B1B. Windows color (decimal): -16577106 or 11406595. OLE color: 11406595.

HSL color Cylindrical-coordinate representation of color #030DAE: hue angle of 236.49º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030DAE is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 13 174 -
CMYK 0.98 0.93 0 0.32
HSL 236.49º 0.97% 0.35% -
HSV(B) 236.49º 0.98% 0.68% -
XYZ 7.82 3.36 40.28 -
YUV 28.36 210.19 109.91 -
System Red Green Blue C M Y K H S L
Decimal 3 13 174 0.98 0.93 0 0.32 236.49 0.97 0.35
Hex 3 D AE 62 5D 0 20 EC 61 23
Octal 3 15 256 142 135 0 40 354 141 43
Binary 11 1101 10101110 1100010 1011101 0 100000 11101100 1100001 100011

Color Harmonies of #030DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DAE

Black with #030DAE

Text Example


Text Example

White with #030DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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