Html Css Color HEX #030CAA New Midnight Blue

📋 copy color: '#030CAA'

red 3 ◦ green 12 ◦ blue 170

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

Shades of New Midnight Blue #030CAA

Tints of New Midnight Blue #030CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.49%

 BLUE value IS 170 (66.8% from 255) = 91.89%

R = 1.62%
G = 6.49%
B = 91.89%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#030CAA (or 0x030CAA) is known color: New Midnight Blue. HEX triplet: 03, 0C and AA. RGB value is (3,12,170). Sum of RGB (Red+Green+Blue) = 3+12+170=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 170 (66.80% from 255 or 91.89% from 185); Max value from RGB is 170 - color contains mainly: blue. Hex color #030CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030CAA is #FCF355. Grayscale: #1A1A1A. Windows color (decimal): -16577366 or 11144195. OLE color: 11144195.

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

Color convert

RGB 3 12 170 -
CMYK 0.98 0.93 0 0.33
HSL 236.77º 0.97% 0.34% -
HSV(B) 236.77º 0.98% 0.67% -
XYZ 7.42 3.18 38.25 -
YUV 27.32 208.52 110.65 -
System Red Green Blue C M Y K H S L
Decimal 3 12 170 0.98 0.93 0 0.33 236.77 0.97 0.34
Hex 3 C AA 62 5D 0 21 ED 61 22
Octal 3 14 252 142 135 0 41 355 141 42
Binary 11 1100 10101010 1100010 1011101 0 100001 11101101 1100001 100010

Color Harmonies of #030CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030CAA

Black with #030CAA

Text Example


Text Example

White with #030CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,12,170); }

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

background-color css

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

 a { background-color: rgb(3,12,170); }

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

border-color css

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

 span { border-color: rgb(3,12,170); }

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