Html Css Color HEX #1208B4 New Midnight Blue

📋 copy color: '#1208B4'

red 18 ◦ green 8 ◦ blue 180

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

Shades of New Midnight Blue #1208B4

Tints of New Midnight Blue #1208B4

RGB

 RED value IS 18 (7.42% from 255) = 8.74%

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 8.74%
G = 3.88%
B = 87.38%

CMYK

 C value IS 0.9

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1208B4 (or 0x1208B4) is known color: New Midnight Blue. HEX triplet: 12, 08 and B4. RGB value is (18,8,180). Sum of RGB (Red+Green+Blue) = 18+8+180=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 180 (70.70% from 255 or 87.38% from 206); Max value from RGB is 180 - color contains mainly: blue. Hex color #1208B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1208B4 is #EDF74B. Grayscale: #1D1D1D. Windows color (decimal): -15595340 or 11798546. OLE color: 11798546.

HSL color Cylindrical-coordinate representation of color #1208B4: hue angle of 243.49º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1208B4 is Cyan = 0.9, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 8 180 -
CMYK 0.9 0.96 0 0.29
HSL 243.49º 0.91% 0.37% -
HSV(B) 243.49º 0.96% 0.71% -
XYZ 8.57 3.6 43.42 -
YUV 30.6 212.31 119.01 -
System Red Green Blue C M Y K H S L
Decimal 18 8 180 0.9 0.96 0 0.29 243.49 0.91 0.37
Hex 12 8 B4 5A 60 0 1D F3 5B 25
Octal 22 10 264 132 140 0 35 363 133 45
Binary 10010 1000 10110100 1011010 1100000 0 11101 11110011 1011011 100101

Color Harmonies of #1208B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1208B4

Black with #1208B4

Text Example


Text Example

White with #1208B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,8,180); }

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

background-color css

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

 a { background-color: rgb(18,8,180); }

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

border-color css

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

 span { border-color: rgb(18,8,180); }

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