Html Css Color HEX #0C04AD New Midnight Blue

📋 copy color: '#0C04AD'

red 12 ◦ green 4 ◦ blue 173

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

Shades of New Midnight Blue #0C04AD

Tints of New Midnight Blue #0C04AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 91.53%

R = 6.35%
G = 2.12%
B = 91.53%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C04AD (or 0x0C04AD) is known color: New Midnight Blue. HEX triplet: 0C, 04 and AD. RGB value is (12,4,173). Sum of RGB (Red+Green+Blue) = 12+4+173=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 173 (67.97% from 255 or 91.53% from 189); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C04AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C04AD is #F3FB52. Grayscale: #181818. Windows color (decimal): -15989587 or 11338764. OLE color: 11338764.

HSL color Cylindrical-coordinate representation of color #0C04AD: hue angle of 242.84º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C04AD is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 4 173 -
CMYK 0.93 0.98 0 0.32
HSL 242.84º 0.95% 0.35% -
HSV(B) 242.84º 0.98% 0.68% -
XYZ 7.74 3.18 39.74 -
YUV 25.66 211.15 118.26 -
System Red Green Blue C M Y K H S L
Decimal 12 4 173 0.93 0.98 0 0.32 242.84 0.95 0.35
Hex C 4 AD 5D 62 0 20 F3 5F 23
Octal 14 4 255 135 142 0 40 363 137 43
Binary 1100 100 10101101 1011101 1100010 0 100000 11110011 1011111 100011

Color Harmonies of #0C04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C04AD

Black with #0C04AD

Text Example


Text Example

White with #0C04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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