Html Css Color HEX #1807AF New Midnight Blue

📋 copy color: '#1807AF'

red 24 ◦ green 7 ◦ blue 175

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

Shades of New Midnight Blue #1807AF

Tints of New Midnight Blue #1807AF

RGB

 RED value IS 24 (9.77% from 255) = 11.65%

 GREEN value IS 7 (3.13% from 255) = 3.4%

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

R = 11.65%
G = 3.4%
B = 84.95%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1807AF (or 0x1807AF) is known color: New Midnight Blue. HEX triplet: 18, 07 and AF. RGB value is (24,7,175). Sum of RGB (Red+Green+Blue) = 24+7+175=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 175 (68.75% from 255 or 84.95% from 206); Max value from RGB is 175 - color contains mainly: blue. Hex color #1807AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1807AF is #E7F850. Grayscale: #1E1E1E. Windows color (decimal): -15202385 or 11470616. OLE color: 11470616.

HSL color Cylindrical-coordinate representation of color #1807AF: hue angle of 246.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1807AF is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 7 175 -
CMYK 0.86 0.96 0 0.31
HSL 246.07º 0.92% 0.36% -
HSV(B) 246.07º 0.96% 0.69% -
XYZ 8.19 3.44 40.79 -
YUV 31.24 209.13 122.84 -
System Red Green Blue C M Y K H S L
Decimal 24 7 175 0.86 0.96 0 0.31 246.07 0.92 0.36
Hex 18 7 AF 56 60 0 1F F6 5C 24
Octal 30 7 257 126 140 0 37 366 134 44
Binary 11000 111 10101111 1010110 1100000 0 11111 11110110 1011100 100100

Color Harmonies of #1807AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1807AF

Black with #1807AF

Text Example


Text Example

White with #1807AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,7,175); }

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

background-color css

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

 a { background-color: rgb(24,7,175); }

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

border-color css

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

 span { border-color: rgb(24,7,175); }

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