Html Css Color HEX #0013B4 New Midnight Blue

📋 copy color: '#0013B4'

red 0 ◦ green 19 ◦ blue 180

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

Shades of New Midnight Blue #0013B4

Tints of New Midnight Blue #0013B4

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 19 (7.81% from 255) = 9.55%

 BLUE value IS 180 (70.7% from 255) = 90.45%

R = 0%
G = 9.55%
B = 90.45%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0013B4 (or 0x0013B4) is known color: New Midnight Blue. HEX triplet: 00, 13 and B4. RGB value is (0,19,180). Sum of RGB (Red+Green+Blue) = 0+19+180=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 180 (70.70% from 255 or 90.45% from 199); Max value from RGB is 180 - color contains mainly: blue. Hex color #0013B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0013B4 is #FFEC4B. Grayscale: #1F1F1F. Windows color (decimal): -16772172 or 11801344. OLE color: 11801344.

HSL color Cylindrical-coordinate representation of color #0013B4: hue angle of 233.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0013B4 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 19 180 -
CMYK 1 0.89 0 0.29
HSL 233.67º 1% 0.35% -
HSV(B) 233.67º 1% 0.71% -
XYZ 8.47 3.76 43.46 -
YUV 31.67 211.71 105.41 -
System Red Green Blue C M Y K H S L
Decimal 0 19 180 1 0.89 0 0.29 233.67 1 0.35
Hex 0 13 B4 64 59 0 1D EA 64 23
Octal 0 23 264 144 131 0 35 352 144 43
Binary 0 10011 10110100 1100100 1011001 0 11101 11101010 1100100 100011

Color Harmonies of #0013B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0013B4

Black with #0013B4

Text Example


Text Example

White with #0013B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0013B4; }

 p { color: rgb(0,19,180); }

 H1.HeaderClassName
 {
   color: #0013B4;
 }
 .AnyTagClassName
 {
   color: #0013B4;
 }
</style>

background-color css

<style>
 a { background-color: #0013B4; }

 a { background-color: rgb(0,19,180); }

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

border-color css

<style>
 span { border-color: #0013B4; }

 span { border-color: rgb(0,19,180); }

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