Html Css Color HEX #1304B1 New Midnight Blue

📋 copy color: '#1304B1'

red 19 ◦ green 4 ◦ blue 177

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

Shades of New Midnight Blue #1304B1

Tints of New Midnight Blue #1304B1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

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

R = 9.5%
G = 2%
B = 88.5%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1304B1 (or 0x1304B1) is known color: New Midnight Blue. HEX triplet: 13, 04 and B1. RGB value is (19,4,177). Sum of RGB (Red+Green+Blue) = 19+4+177=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 177 (69.53% from 255 or 88.5% from 200); Max value from RGB is 177 - color contains mainly: blue. Hex color #1304B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1304B1 is #ECFB4E. Grayscale: #1B1B1B. Windows color (decimal): -15530831 or 11600915. OLE color: 11600915.

HSL color Cylindrical-coordinate representation of color #1304B1: hue angle of 245.2º degrees, saturation: 0.96, 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 #1304B1 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 4 177 -
CMYK 0.89 0.98 0 0.31
HSL 245.2º 0.96% 0.35% -
HSV(B) 245.2º 0.98% 0.69% -
XYZ 8.25 3.4 41.82 -
YUV 28.21 211.97 121.43 -
System Red Green Blue C M Y K H S L
Decimal 19 4 177 0.89 0.98 0 0.31 245.2 0.96 0.35
Hex 13 4 B1 59 62 0 1F F5 60 23
Octal 23 4 261 131 142 0 37 365 140 43
Binary 10011 100 10110001 1011001 1100010 0 11111 11110101 1100000 100011

Color Harmonies of #1304B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1304B1

Black with #1304B1

Text Example


Text Example

White with #1304B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,4,177); }

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

background-color css

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

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

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

border-color css

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

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

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