Html Css Color HEX #030BAE New Midnight Blue

📋 copy color: '#030BAE'

red 3 ◦ green 11 ◦ blue 174

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

Shades of New Midnight Blue #030BAE

Tints of New Midnight Blue #030BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.85%

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

R = 1.6%
G = 5.85%
B = 92.55%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#030BAE (or 0x030BAE) is known color: New Midnight Blue. HEX triplet: 03, 0B and AE. RGB value is (3,11,174). Sum of RGB (Red+Green+Blue) = 3+11+174=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 174 (68.36% from 255 or 92.55% from 188); Max value from RGB is 174 - color contains mainly: blue. Hex color #030BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030BAE is #FCF451. Grayscale: #1A1A1A. Windows color (decimal): -16577618 or 11406083. OLE color: 11406083.

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

Color convert

RGB 3 11 174 -
CMYK 0.98 0.94 0 0.32
HSL 237.19º 0.97% 0.35% -
HSV(B) 237.19º 0.98% 0.68% -
XYZ 7.8 3.31 40.27 -
YUV 27.19 210.85 110.75 -
System Red Green Blue C M Y K H S L
Decimal 3 11 174 0.98 0.94 0 0.32 237.19 0.97 0.35
Hex 3 B AE 62 5E 0 20 ED 61 23
Octal 3 13 256 142 136 0 40 355 141 43
Binary 11 1011 10101110 1100010 1011110 0 100000 11101101 1100001 100011

Color Harmonies of #030BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BAE

Black with #030BAE

Text Example


Text Example

White with #030BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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