Html Css Color HEX #030FA3 New Midnight Blue

📋 copy color: '#030FA3'

red 3 ◦ green 15 ◦ blue 163

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

Shades of New Midnight Blue #030FA3

Tints of New Midnight Blue #030FA3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.29%

 BLUE value IS 163 (64.06% from 255) = 90.06%

R = 1.66%
G = 8.29%
B = 90.06%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#030FA3 (or 0x030FA3) is known color: New Midnight Blue. HEX triplet: 03, 0F and A3. RGB value is (3,15,163). Sum of RGB (Red+Green+Blue) = 3+15+163=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 163 (64.06% from 255 or 90.06% from 181); Max value from RGB is 163 - color contains mainly: blue. Hex color #030FA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030FA3 is #FCF05C. Grayscale: #1B1B1B. Windows color (decimal): -16576605 or 10686211. OLE color: 10686211.

HSL color Cylindrical-coordinate representation of color #030FA3: hue angle of 235.5º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030FA3 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 15 163 -
CMYK 0.98 0.91 0 0.36
HSL 235.5º 0.96% 0.33% -
HSV(B) 235.5º 0.98% 0.64% -
XYZ 6.82 3.01 34.87 -
YUV 28.28 204.02 109.97 -
System Red Green Blue C M Y K H S L
Decimal 3 15 163 0.98 0.91 0 0.36 235.5 0.96 0.33
Hex 3 F A3 62 5B 0 24 EC 60 21
Octal 3 17 243 142 133 0 44 354 140 41
Binary 11 1111 10100011 1100010 1011011 0 100100 11101100 1100000 100001

Color Harmonies of #030FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FA3

Black with #030FA3

Text Example


Text Example

White with #030FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,15,163); }

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

background-color css

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

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

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

border-color css

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

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

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