Html Css Color HEX #010CB0 New Midnight Blue

📋 copy color: '#010CB0'

red 1 ◦ green 12 ◦ blue 176

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

Shades of New Midnight Blue #010CB0

Tints of New Midnight Blue #010CB0

RGB

 RED value IS 1 (0.78% from 255) = 0.53%

 GREEN value IS 12 (5.08% from 255) = 6.35%

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

R = 0.53%
G = 6.35%
B = 93.12%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#010CB0 (or 0x010CB0) is known color: New Midnight Blue. HEX triplet: 01, 0C and B0. RGB value is (1,12,176). Sum of RGB (Red+Green+Blue) = 1+12+176=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 176 (69.14% from 255 or 93.12% from 189); Max value from RGB is 176 - color contains mainly: blue. Hex color #010CB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010CB0 is #FEF34F. Grayscale: #1A1A1A. Windows color (decimal): -16708432 or 11537409. OLE color: 11537409.

HSL color Cylindrical-coordinate representation of color #010CB0: hue angle of 236.23º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CB0 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 12 176 -
CMYK 0.99 0.93 0 0.31
HSL 236.23º 0.99% 0.35% -
HSV(B) 236.23º 0.99% 0.69% -
XYZ 7.98 3.4 41.31 -
YUV 27.41 211.86 109.16 -
System Red Green Blue C M Y K H S L
Decimal 1 12 176 0.99 0.93 0 0.31 236.23 0.99 0.35
Hex 1 C B0 63 5D 0 1F EC 63 23
Octal 1 14 260 143 135 0 37 354 143 43
Binary 1 1100 10110000 1100011 1011101 0 11111 11101100 1100011 100011

Color Harmonies of #010CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CB0

Black with #010CB0

Text Example


Text Example

White with #010CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010CB0; }

 p { color: rgb(1,12,176); }

 H1.HeaderClassName
 {
   color: #010CB0;
 }
 .AnyTagClassName
 {
   color: #010CB0;
 }
</style>

background-color css

<style>
 a { background-color: #010CB0; }

 a { background-color: rgb(1,12,176); }

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

border-color css

<style>
 span { border-color: #010CB0; }

 span { border-color: rgb(1,12,176); }

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