Html Css Color HEX #130FB2 New Midnight Blue

📋 copy color: '#130FB2'

red 19 ◦ green 15 ◦ blue 178

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

Shades of New Midnight Blue #130FB2

Tints of New Midnight Blue #130FB2

RGB

 RED value IS 19 (7.81% from 255) = 8.96%

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

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

R = 8.96%
G = 7.08%
B = 83.96%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#130FB2 (or 0x130FB2) is known color: New Midnight Blue. HEX triplet: 13, 0F and B2. RGB value is (19,15,178). Sum of RGB (Red+Green+Blue) = 19+15+178=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 178 (69.92% from 255 or 83.96% from 212); Max value from RGB is 178 - color contains mainly: blue. Hex color #130FB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130FB2 is #ECF04D. Grayscale: #222222. Windows color (decimal): -15528014 or 11669267. OLE color: 11669267.

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

Color convert

RGB 19 15 178 -
CMYK 0.89 0.92 0 0.30
HSL 241.47º 0.84% 0.38% -
HSV(B) 241.47º 0.92% 0.7% -
XYZ 8.48 3.69 42.39 -
YUV 34.78 208.83 116.75 -
System Red Green Blue C M Y K H S L
Decimal 19 15 178 0.89 0.92 0 0.30 241.47 0.84 0.38
Hex 13 F B2 59 5C 0 1E F1 54 26
Octal 23 17 262 131 134 0 36 361 124 46
Binary 10011 1111 10110010 1011001 1011100 0 11110 11110001 1010100 100110

Color Harmonies of #130FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FB2

Black with #130FB2

Text Example


Text Example

White with #130FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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