Html Css Color HEX #1104AF New Midnight Blue

📋 copy color: '#1104AF'

red 17 ◦ green 4 ◦ blue 175

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

Shades of New Midnight Blue #1104AF

Tints of New Midnight Blue #1104AF

RGB

 RED value IS 17 (7.03% from 255) = 8.67%

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

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

R = 8.67%
G = 2.04%
B = 89.29%

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

#1104AF (or 0x1104AF) is known color: New Midnight Blue. HEX triplet: 11, 04 and AF. RGB value is (17,4,175). Sum of RGB (Red+Green+Blue) = 17+4+175=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 175 (68.75% from 255 or 89.29% from 196); Max value from RGB is 175 - color contains mainly: blue. Hex color #1104AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1104AF is #EEFB50. Grayscale: #1A1A1A. Windows color (decimal): -15661905 or 11469841. OLE color: 11469841.

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

Color convert

RGB 17 4 175 -
CMYK 0.90 0.98 0 0.31
HSL 244.56º 0.96% 0.35% -
HSV(B) 244.56º 0.98% 0.69% -
XYZ 8.01 3.3 40.77 -
YUV 27.38 211.31 120.6 -
System Red Green Blue C M Y K H S L
Decimal 17 4 175 0.90 0.98 0 0.31 244.56 0.96 0.35
Hex 11 4 AF 5A 62 0 1F F5 60 23
Octal 21 4 257 132 142 0 37 365 140 43
Binary 10001 100 10101111 1011010 1100010 0 11111 11110101 1100000 100011

Color Harmonies of #1104AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1104AF

Black with #1104AF

Text Example


Text Example

White with #1104AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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