Html Css Color HEX #0306AA New Midnight Blue

📋 copy color: '#0306AA'

red 3 ◦ green 6 ◦ blue 170

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

Shades of New Midnight Blue #0306AA

Tints of New Midnight Blue #0306AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

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

R = 1.68%
G = 3.35%
B = 94.97%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0306AA (or 0x0306AA) is known color: New Midnight Blue. HEX triplet: 03, 06 and AA. RGB value is (3,6,170). Sum of RGB (Red+Green+Blue) = 3+6+170=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 170 (66.80% from 255 or 94.97% from 179); Max value from RGB is 170 - color contains mainly: blue. Hex color #0306AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0306AA is #FCF955. Grayscale: #171717. Windows color (decimal): -16578902 or 11142659. OLE color: 11142659.

HSL color Cylindrical-coordinate representation of color #0306AA: hue angle of 238.92º 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 #0306AA is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 6 170 -
CMYK 0.98 0.96 0 0.33
HSL 238.92º 0.97% 0.34% -
HSV(B) 238.92º 0.98% 0.67% -
XYZ 7.36 3.05 38.23 -
YUV 23.8 210.51 113.16 -
System Red Green Blue C M Y K H S L
Decimal 3 6 170 0.98 0.96 0 0.33 238.92 0.97 0.34
Hex 3 6 AA 62 60 0 21 EF 61 22
Octal 3 6 252 142 140 0 41 357 141 42
Binary 11 110 10101010 1100010 1100000 0 100001 11101111 1100001 100010

Color Harmonies of #0306AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0306AA

Black with #0306AA

Text Example


Text Example

White with #0306AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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