Html Css Color HEX #0C029A New Midnight Blue

📋 copy color: '#0C029A'

red 12 ◦ green 2 ◦ blue 154

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

Shades of New Midnight Blue #0C029A

Tints of New Midnight Blue #0C029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 91.67%

R = 7.14%
G = 1.19%
B = 91.67%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C029A (or 0x0C029A) is known color: New Midnight Blue. HEX triplet: 0C, 02 and 9A. RGB value is (12,2,154). Sum of RGB (Red+Green+Blue) = 12+2+154=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 154 (60.55% from 255 or 91.67% from 168); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C029A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C029A is #F3FD65. Grayscale: #151515. Windows color (decimal): -15990118 or 10093068. OLE color: 10093068.

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

Color convert

RGB 12 2 154 -
CMYK 0.92 0.99 0 0.40
HSL 243.95º 0.97% 0.31% -
HSV(B) 243.95º 0.99% 0.6% -
XYZ 6.01 2.45 30.73 -
YUV 22.32 202.31 120.64 -
System Red Green Blue C M Y K H S L
Decimal 12 2 154 0.92 0.99 0 0.40 243.95 0.97 0.31
Hex C 2 9A 5C 63 0 28 F4 61 1F
Octal 14 2 232 134 143 0 50 364 141 37
Binary 1100 10 10011010 1011100 1100011 0 101000 11110100 1100001 11111

Color Harmonies of #0C029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C029A

Black with #0C029A

Text Example


Text Example

White with #0C029A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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