Html Css Color HEX #0C07AB New Midnight Blue

📋 copy color: '#0C07AB'

red 12 ◦ green 7 ◦ blue 171

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

Shades of New Midnight Blue #0C07AB

Tints of New Midnight Blue #0C07AB

RGB

 RED value IS 12 (5.08% from 255) = 6.32%

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

 BLUE value IS 171 (67.19% from 255) = 90%

R = 6.32%
G = 3.68%
B = 90%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C07AB (or 0x0C07AB) is known color: New Midnight Blue. HEX triplet: 0C, 07 and AB. RGB value is (12,7,171). Sum of RGB (Red+Green+Blue) = 12+7+171=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 171 (67.19% from 255 or 90% from 190); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C07AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C07AB is #F3F854. Grayscale: #1A1A1A. Windows color (decimal): -15988821 or 11208460. OLE color: 11208460.

HSL color Cylindrical-coordinate representation of color #0C07AB: hue angle of 241.83º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C07AB is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 7 171 -
CMYK 0.93 0.96 0 0.33
HSL 241.83º 0.92% 0.35% -
HSV(B) 241.83º 0.96% 0.67% -
XYZ 7.58 3.17 38.74 -
YUV 27.19 209.16 117.16 -
System Red Green Blue C M Y K H S L
Decimal 12 7 171 0.93 0.96 0 0.33 241.83 0.92 0.35
Hex C 7 AB 5D 60 0 21 F2 5C 23
Octal 14 7 253 135 140 0 41 362 134 43
Binary 1100 111 10101011 1011101 1100000 0 100001 11110010 1011100 100011

Color Harmonies of #0C07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C07AB

Black with #0C07AB

Text Example


Text Example

White with #0C07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C07AB; }

 p { color: rgb(12,7,171); }

 H1.HeaderClassName
 {
   color: #0C07AB;
 }
 .AnyTagClassName
 {
   color: #0C07AB;
 }
</style>

background-color css

<style>
 a { background-color: #0C07AB; }

 a { background-color: rgb(12,7,171); }

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

border-color css

<style>
 span { border-color: #0C07AB; }

 span { border-color: rgb(12,7,171); }

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