Html Css Color HEX #030FB2 New Midnight Blue

📋 copy color: '#030FB2'

red 3 ◦ green 15 ◦ blue 178

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

Shades of New Midnight Blue #030FB2

Tints of New Midnight Blue #030FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 90.82%

R = 1.53%
G = 7.65%
B = 90.82%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#030FB2 (or 0x030FB2) is known color: New Midnight Blue. HEX triplet: 03, 0F and B2. RGB value is (3,15,178). Sum of RGB (Red+Green+Blue) = 3+15+178=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 178 (69.92% from 255 or 90.82% from 196); Max value from RGB is 178 - color contains mainly: blue. Hex color #030FB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030FB2 is #FCF04D. Grayscale: #1D1D1D. Windows color (decimal): -16576590 or 11669251. OLE color: 11669251.

HSL color Cylindrical-coordinate representation of color #030FB2: hue angle of 235.89º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030FB2 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 3 15 178 -
CMYK 0.98 0.92 0 0.30
HSL 235.89º 0.97% 0.35% -
HSV(B) 235.89º 0.98% 0.7% -
XYZ 8.24 3.58 42.38 -
YUV 29.99 211.52 108.75 -
System Red Green Blue C M Y K H S L
Decimal 3 15 178 0.98 0.92 0 0.30 235.89 0.97 0.35
Hex 3 F B2 62 5C 0 1E EC 61 23
Octal 3 17 262 142 134 0 36 354 141 43
Binary 11 1111 10110010 1100010 1011100 0 11110 11101100 1100001 100011

Color Harmonies of #030FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FB2

Black with #030FB2

Text Example


Text Example

White with #030FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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