Html Css Color HEX #1007B0 New Midnight Blue

📋 copy color: '#1007B0'

red 16 ◦ green 7 ◦ blue 176

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

Shades of New Midnight Blue #1007B0

Tints of New Midnight Blue #1007B0

RGB

 RED value IS 16 (6.64% from 255) = 8.04%

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

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

R = 8.04%
G = 3.52%
B = 88.44%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1007B0 (or 0x1007B0) is known color: New Midnight Blue. HEX triplet: 10, 07 and B0. RGB value is (16,7,176). Sum of RGB (Red+Green+Blue) = 16+7+176=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 176 (69.14% from 255 or 88.44% from 199); Max value from RGB is 176 - color contains mainly: blue. Hex color #1007B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1007B0 is #EFF84F. Grayscale: #1C1C1C. Windows color (decimal): -15726672 or 11536144. OLE color: 11536144.

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

Color convert

RGB 16 7 176 -
CMYK 0.91 0.96 0 0.31
HSL 243.2º 0.92% 0.36% -
HSV(B) 243.2º 0.96% 0.69% -
XYZ 8.13 3.4 41.3 -
YUV 28.96 210.98 118.76 -
System Red Green Blue C M Y K H S L
Decimal 16 7 176 0.91 0.96 0 0.31 243.2 0.92 0.36
Hex 10 7 B0 5B 60 0 1F F3 5C 24
Octal 20 7 260 133 140 0 37 363 134 44
Binary 10000 111 10110000 1011011 1100000 0 11111 11110011 1011100 100100

Color Harmonies of #1007B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1007B0

Black with #1007B0

Text Example


Text Example

White with #1007B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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