Html Css Color HEX #1807B0 New Midnight Blue

📋 copy color: '#1807B0'

red 24 ◦ green 7 ◦ blue 176

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

Shades of New Midnight Blue #1807B0

Tints of New Midnight Blue #1807B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 85.02%

R = 11.59%
G = 3.38%
B = 85.02%

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

#1807B0 (or 0x1807B0) is known color: New Midnight Blue. HEX triplet: 18, 07 and B0. RGB value is (24,7,176). Sum of RGB (Red+Green+Blue) = 24+7+176=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 176 (69.14% from 255 or 85.02% from 207); Max value from RGB is 176 - color contains mainly: blue. Hex color #1807B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1807B0 is #E7F84F. Grayscale: #1E1E1E. Windows color (decimal): -15202384 or 11536152. OLE color: 11536152.

HSL color Cylindrical-coordinate representation of color #1807B0: hue angle of 246.04º 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 #1807B0 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 7 176 -
CMYK 0.86 0.96 0 0.31
HSL 246.04º 0.92% 0.36% -
HSV(B) 246.04º 0.96% 0.69% -
XYZ 8.29 3.48 41.31 -
YUV 31.35 209.63 122.76 -
System Red Green Blue C M Y K H S L
Decimal 24 7 176 0.86 0.96 0 0.31 246.04 0.92 0.36
Hex 18 7 B0 56 60 0 1F F6 5C 24
Octal 30 7 260 126 140 0 37 366 134 44
Binary 11000 111 10110000 1010110 1100000 0 11111 11110110 1011100 100100

Color Harmonies of #1807B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1807B0

Black with #1807B0

Text Example


Text Example

White with #1807B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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