Html Css Color HEX #0303B1 New Midnight Blue

📋 copy color: '#0303B1'

red 3 ◦ green 3 ◦ blue 177

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

Shades of New Midnight Blue #0303B1

Tints of New Midnight Blue #0303B1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

 BLUE value IS 177 (69.53% from 255) = 96.72%

R = 1.64%
G = 1.64%
B = 96.72%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0303B1 (or 0x0303B1) is known color: New Midnight Blue. HEX triplet: 03, 03 and B1. RGB value is (3,3,177). Sum of RGB (Red+Green+Blue) = 3+3+177=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 177 (69.53% from 255 or 96.72% from 183); Max value from RGB is 177 - color contains mainly: blue. Hex color #0303B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0303B1 is #FCFC4E. Grayscale: #161616. Windows color (decimal): -16579663 or 11600643. OLE color: 11600643.

HSL color Cylindrical-coordinate representation of color #0303B1: hue angle of 240º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0303B1 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 3 177 -
CMYK 0.98 0.98 0 0.31
HSL 240º 0.97% 0.35% -
HSV(B) 240º 0.98% 0.69% -
XYZ 8.01 3.26 41.8 -
YUV 22.84 215 113.85 -
System Red Green Blue C M Y K H S L
Decimal 3 3 177 0.98 0.98 0 0.31 240 0.97 0.35
Hex 3 3 B1 62 62 0 1F F0 61 23
Octal 3 3 261 142 142 0 37 360 141 43
Binary 11 11 10110001 1100010 1100010 0 11111 11110000 1100001 100011

Color Harmonies of #0303B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0303B1

Black with #0303B1

Text Example


Text Example

White with #0303B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0303B1; }

 p { color: rgb(3,3,177); }

 H1.HeaderClassName
 {
   color: #0303B1;
 }
 .AnyTagClassName
 {
   color: #0303B1;
 }
</style>

background-color css

<style>
 a { background-color: #0303B1; }

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

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

border-color css

<style>
 span { border-color: #0303B1; }

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

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