Html Css Color HEX #0300AA New Midnight Blue

📋 copy color: '#0300AA'

red 3 ◦ green 0 ◦ blue 170

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

Shades of New Midnight Blue #0300AA

Tints of New Midnight Blue #0300AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 1.73%
G = 0%
B = 98.27%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0300AA (or 0x0300AA) is known color: New Midnight Blue. HEX triplet: 03, 00 and AA. RGB value is (3,0,170). Sum of RGB (Red+Green+Blue) = 3+0+170=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 170 (66.80% from 255 or 98.27% from 173); Max value from RGB is 170 - color contains mainly: blue. Hex color #0300AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0300AA is #FCFF55. Grayscale: #131313. Windows color (decimal): -16580438 or 11141123. OLE color: 11141123.

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

Color convert

RGB 3 0 170 -
CMYK 0.98 1 0 0.33
HSL 241.06º 1% 0.33% -
HSV(B) 241.06º 1% 0.67% -
XYZ 7.29 2.92 38.21 -
YUV 20.28 212.49 115.68 -
System Red Green Blue C M Y K H S L
Decimal 3 0 170 0.98 1 0 0.33 241.06 1 0.33
Hex 3 0 AA 62 64 0 21 F1 64 21
Octal 3 0 252 142 144 0 41 361 144 41
Binary 11 0 10101010 1100010 1100100 0 100001 11110001 1100100 100001

Color Harmonies of #0300AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0300AA

Black with #0300AA

Text Example


Text Example

White with #0300AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0300AA; }

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

 H1.HeaderClassName
 {
   color: #0300AA;
 }
 .AnyTagClassName
 {
   color: #0300AA;
 }
</style>

background-color css

<style>
 a { background-color: #0300AA; }

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

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

border-color css

<style>
 span { border-color: #0300AA; }

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

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