Html Css Color HEX #010CB4 New Midnight Blue

📋 copy color: '#010CB4'

red 1 ◦ green 12 ◦ blue 180

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

Shades of New Midnight Blue #010CB4

Tints of New Midnight Blue #010CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 93.26%

R = 0.52%
G = 6.22%
B = 93.26%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#010CB4 (or 0x010CB4) is known color: New Midnight Blue. HEX triplet: 01, 0C and B4. RGB value is (1,12,180). Sum of RGB (Red+Green+Blue) = 1+12+180=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 180 (70.70% from 255 or 93.26% from 193); Max value from RGB is 180 - color contains mainly: blue. Hex color #010CB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CB4 is #FEF34B. Grayscale: #1B1B1B. Windows color (decimal): -16708428 or 11799553. OLE color: 11799553.

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

Color convert

RGB 1 12 180 -
CMYK 0.99 0.93 0 0.29
HSL 236.31º 0.99% 0.35% -
HSV(B) 236.31º 0.99% 0.71% -
XYZ 8.38 3.56 43.43 -
YUV 27.86 213.86 108.84 -
System Red Green Blue C M Y K H S L
Decimal 1 12 180 0.99 0.93 0 0.29 236.31 0.99 0.35
Hex 1 C B4 63 5D 0 1D EC 63 23
Octal 1 14 264 143 135 0 35 354 143 43
Binary 1 1100 10110100 1100011 1011101 0 11101 11101100 1100011 100011

Color Harmonies of #010CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CB4

Black with #010CB4

Text Example


Text Example

White with #010CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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