Html Css Color HEX #0C049E New Midnight Blue

📋 copy color: '#0C049E'

red 12 ◦ green 4 ◦ blue 158

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

Shades of New Midnight Blue #0C049E

Tints of New Midnight Blue #0C049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

 BLUE value IS 158 (62.11% from 255) = 90.8%

R = 6.9%
G = 2.3%
B = 90.8%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C049E (or 0x0C049E) is known color: New Midnight Blue. HEX triplet: 0C, 04 and 9E. RGB value is (12,4,158). Sum of RGB (Red+Green+Blue) = 12+4+158=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 158 (62.11% from 255 or 90.80% from 174); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C049E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C049E is #F3FB61. Grayscale: #171717. Windows color (decimal): -15989602 or 10355724. OLE color: 10355724.

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

Color convert

RGB 12 4 158 -
CMYK 0.92 0.97 0 0.38
HSL 243.12º 0.95% 0.32% -
HSV(B) 243.12º 0.97% 0.62% -
XYZ 6.37 2.63 32.52 -
YUV 23.95 203.65 119.48 -
System Red Green Blue C M Y K H S L
Decimal 12 4 158 0.92 0.97 0 0.38 243.12 0.95 0.32
Hex C 4 9E 5C 61 0 26 F3 5F 20
Octal 14 4 236 134 141 0 46 363 137 40
Binary 1100 100 10011110 1011100 1100001 0 100110 11110011 1011111 100000

Color Harmonies of #0C049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C049E

Black with #0C049E

Text Example


Text Example

White with #0C049E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,4,158); }

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

background-color css

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

 a { background-color: rgb(12,4,158); }

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

border-color css

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

 span { border-color: rgb(12,4,158); }

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