Html Css Color HEX #0013B3 New Midnight Blue

📋 copy color: '#0013B3'

red 0 ◦ green 19 ◦ blue 179

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

Shades of New Midnight Blue #0013B3

Tints of New Midnight Blue #0013B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 90.4%

R = 0%
G = 9.6%
B = 90.4%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0013B3 (or 0x0013B3) is known color: New Midnight Blue. HEX triplet: 00, 13 and B3. RGB value is (0,19,179). Sum of RGB (Red+Green+Blue) = 0+19+179=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 179 (70.31% from 255 or 90.40% from 198); Max value from RGB is 179 - color contains mainly: blue. Hex color #0013B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0013B3 is #FFEC4C. Grayscale: #1E1E1E. Windows color (decimal): -16772173 or 11735808. OLE color: 11735808.

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

Color convert

RGB 0 19 179 -
CMYK 1 0.89 0 0.30
HSL 233.63º 1% 0.35% -
HSV(B) 233.63º 1% 0.7% -
XYZ 8.37 3.72 42.92 -
YUV 31.56 211.21 105.49 -
System Red Green Blue C M Y K H S L
Decimal 0 19 179 1 0.89 0 0.30 233.63 1 0.35
Hex 0 13 B3 64 59 0 1E EA 64 23
Octal 0 23 263 144 131 0 36 352 144 43
Binary 0 10011 10110011 1100100 1011001 0 11110 11101010 1100100 100011

Color Harmonies of #0013B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0013B3

Black with #0013B3

Text Example


Text Example

White with #0013B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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