Html Css Color HEX #1309B2 New Midnight Blue

📋 copy color: '#1309B2'

red 19 ◦ green 9 ◦ blue 178

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

Shades of New Midnight Blue #1309B2

Tints of New Midnight Blue #1309B2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.37%

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

R = 9.22%
G = 4.37%
B = 86.41%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1309B2 (or 0x1309B2) is known color: New Midnight Blue. HEX triplet: 13, 09 and B2. RGB value is (19,9,178). Sum of RGB (Red+Green+Blue) = 19+9+178=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 178 (69.92% from 255 or 86.41% from 206); Max value from RGB is 178 - color contains mainly: blue. Hex color #1309B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1309B2 is #ECF64D. Grayscale: #1E1E1E. Windows color (decimal): -15529550 or 11667731. OLE color: 11667731.

HSL color Cylindrical-coordinate representation of color #1309B2: hue angle of 243.55º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1309B2 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 9 178 -
CMYK 0.89 0.95 0 0.30
HSL 243.55º 0.9% 0.37% -
HSV(B) 243.55º 0.95% 0.7% -
XYZ 8.4 3.55 42.36 -
YUV 31.26 210.81 119.26 -
System Red Green Blue C M Y K H S L
Decimal 19 9 178 0.89 0.95 0 0.30 243.55 0.9 0.37
Hex 13 9 B2 59 5F 0 1E F4 5A 25
Octal 23 11 262 131 137 0 36 364 132 45
Binary 10011 1001 10110010 1011001 1011111 0 11110 11110100 1011010 100101

Color Harmonies of #1309B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1309B2

Black with #1309B2

Text Example


Text Example

White with #1309B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1309B2; }

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

 H1.HeaderClassName
 {
   color: #1309B2;
 }
 .AnyTagClassName
 {
   color: #1309B2;
 }
</style>

background-color css

<style>
 a { background-color: #1309B2; }

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

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

border-color css

<style>
 span { border-color: #1309B2; }

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

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