Html Css Color HEX #030DB4 New Midnight Blue

📋 copy color: '#030DB4'

red 3 ◦ green 13 ◦ blue 180

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

Shades of New Midnight Blue #030DB4

Tints of New Midnight Blue #030DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 91.84%

R = 1.53%
G = 6.63%
B = 91.84%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#030DB4 (or 0x030DB4) is known color: New Midnight Blue. HEX triplet: 03, 0D and B4. RGB value is (3,13,180). Sum of RGB (Red+Green+Blue) = 3+13+180=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 180 (70.70% from 255 or 91.84% from 196); Max value from RGB is 180 - color contains mainly: blue. Hex color #030DB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DB4 is #FCF24B. Grayscale: #1C1C1C. Windows color (decimal): -16577100 or 11799811. OLE color: 11799811.

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

Color convert

RGB 3 13 180 -
CMYK 0.98 0.93 0 0.29
HSL 236.61º 0.97% 0.36% -
HSV(B) 236.61º 0.98% 0.71% -
XYZ 8.42 3.6 43.43 -
YUV 29.05 213.19 109.42 -
System Red Green Blue C M Y K H S L
Decimal 3 13 180 0.98 0.93 0 0.29 236.61 0.97 0.36
Hex 3 D B4 62 5D 0 1D ED 61 24
Octal 3 15 264 142 135 0 35 355 141 44
Binary 11 1101 10110100 1100010 1011101 0 11101 11101101 1100001 100100

Color Harmonies of #030DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DB4

Black with #030DB4

Text Example


Text Example

White with #030DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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