Html Css Color HEX #1204AF New Midnight Blue

📋 copy color: '#1204AF'

red 18 ◦ green 4 ◦ blue 175

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

Shades of New Midnight Blue #1204AF

Tints of New Midnight Blue #1204AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 88.83%

R = 9.14%
G = 2.03%
B = 88.83%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1204AF (or 0x1204AF) is known color: New Midnight Blue. HEX triplet: 12, 04 and AF. RGB value is (18,4,175). Sum of RGB (Red+Green+Blue) = 18+4+175=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 175 (68.75% from 255 or 88.83% from 197); Max value from RGB is 175 - color contains mainly: blue. Hex color #1204AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1204AF is #EDFB50. Grayscale: #1B1B1B. Windows color (decimal): -15596369 or 11469842. OLE color: 11469842.

HSL color Cylindrical-coordinate representation of color #1204AF: hue angle of 244.91º 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 #1204AF is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 4 175 -
CMYK 0.90 0.98 0 0.31
HSL 244.91º 0.96% 0.35% -
HSV(B) 244.91º 0.98% 0.69% -
XYZ 8.03 3.31 40.77 -
YUV 27.68 211.14 121.1 -
System Red Green Blue C M Y K H S L
Decimal 18 4 175 0.90 0.98 0 0.31 244.91 0.96 0.35
Hex 12 4 AF 5A 62 0 1F F5 60 23
Octal 22 4 257 132 142 0 37 365 140 43
Binary 10010 100 10101111 1011010 1100010 0 11111 11110101 1100000 100011

Color Harmonies of #1204AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1204AF

Black with #1204AF

Text Example


Text Example

White with #1204AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1204AF; }

 p { color: rgb(18,4,175); }

 H1.HeaderClassName
 {
   color: #1204AF;
 }
 .AnyTagClassName
 {
   color: #1204AF;
 }
</style>

background-color css

<style>
 a { background-color: #1204AF; }

 a { background-color: rgb(18,4,175); }

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

border-color css

<style>
 span { border-color: #1204AF; }

 span { border-color: rgb(18,4,175); }

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