Html Css Color HEX #030FB4 New Midnight Blue

📋 copy color: '#030FB4'

red 3 ◦ green 15 ◦ blue 180

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

Shades of New Midnight Blue #030FB4

Tints of New Midnight Blue #030FB4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.58%

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

R = 1.52%
G = 7.58%
B = 90.91%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#030FB4 (or 0x030FB4) is known color: New Midnight Blue. HEX triplet: 03, 0F and B4. RGB value is (3,15,180). Sum of RGB (Red+Green+Blue) = 3+15+180=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 180 (70.70% from 255 or 90.91% from 198); Max value from RGB is 180 - color contains mainly: blue. Hex color #030FB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FB4 is #FCF04B. Grayscale: #1D1D1D. Windows color (decimal): -16576588 or 11800323. OLE color: 11800323.

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

Color convert

RGB 3 15 180 -
CMYK 0.98 0.92 0 0.29
HSL 235.93º 0.97% 0.36% -
HSV(B) 235.93º 0.98% 0.71% -
XYZ 8.45 3.66 43.44 -
YUV 30.22 212.52 108.58 -
System Red Green Blue C M Y K H S L
Decimal 3 15 180 0.98 0.92 0 0.29 235.93 0.97 0.36
Hex 3 F B4 62 5C 0 1D EC 61 24
Octal 3 17 264 142 134 0 35 354 141 44
Binary 11 1111 10110100 1100010 1011100 0 11101 11101100 1100001 100100

Color Harmonies of #030FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FB4

Black with #030FB4

Text Example


Text Example

White with #030FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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