Html Css Color HEX #0C029D New Midnight Blue

📋 copy color: '#0C029D'

red 12 ◦ green 2 ◦ blue 157

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

Shades of New Midnight Blue #0C029D

Tints of New Midnight Blue #0C029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

 BLUE value IS 157 (61.72% from 255) = 91.81%

R = 7.02%
G = 1.17%
B = 91.81%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C029D (or 0x0C029D) is known color: New Midnight Blue. HEX triplet: 0C, 02 and 9D. RGB value is (12,2,157). Sum of RGB (Red+Green+Blue) = 12+2+157=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 157 (61.72% from 255 or 91.81% from 171); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C029D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C029D is #F3FD62. Grayscale: #161616. Windows color (decimal): -15990115 or 10289676. OLE color: 10289676.

HSL color Cylindrical-coordinate representation of color #0C029D: hue angle of 243.87º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C029D is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 2 157 -
CMYK 0.92 0.99 0 0.38
HSL 243.87º 0.97% 0.31% -
HSV(B) 243.87º 0.99% 0.62% -
XYZ 6.26 2.56 32.06 -
YUV 22.66 203.81 120.4 -
System Red Green Blue C M Y K H S L
Decimal 12 2 157 0.92 0.99 0 0.38 243.87 0.97 0.31
Hex C 2 9D 5C 63 0 26 F4 61 1F
Octal 14 2 235 134 143 0 46 364 141 37
Binary 1100 10 10011101 1011100 1100011 0 100110 11110100 1100001 11111

Color Harmonies of #0C029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C029D

Black with #0C029D

Text Example


Text Example

White with #0C029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,2,157); }

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

background-color css

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

 a { background-color: rgb(12,2,157); }

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

border-color css

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

 span { border-color: rgb(12,2,157); }

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