Html Css Color HEX #0C0A9F New Midnight Blue

📋 copy color: '#0C0A9F'

red 12 ◦ green 10 ◦ blue 159

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

Shades of New Midnight Blue #0C0A9F

Tints of New Midnight Blue #0C0A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.52%

 BLUE value IS 159 (62.5% from 255) = 87.85%

R = 6.63%
G = 5.52%
B = 87.85%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C0A9F (or 0x0C0A9F) is known color: New Midnight Blue. HEX triplet: 0C, 0A and 9F. RGB value is (12,10,159). Sum of RGB (Red+Green+Blue) = 12+10+159=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 159 (62.5% from 255 or 87.85% from 181); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C0A9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0A9F is #F3F560. Grayscale: #1A1A1A. Windows color (decimal): -15988065 or 10422796. OLE color: 10422796.

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

Color convert

RGB 12 10 159 -
CMYK 0.92 0.94 0 0.38
HSL 240.81º 0.88% 0.33% -
HSV(B) 240.81º 0.94% 0.62% -
XYZ 6.52 2.8 33 -
YUV 27.58 202.16 116.88 -
System Red Green Blue C M Y K H S L
Decimal 12 10 159 0.92 0.94 0 0.38 240.81 0.88 0.33
Hex C A 9F 5C 5E 0 26 F1 58 21
Octal 14 12 237 134 136 0 46 361 130 41
Binary 1100 1010 10011111 1011100 1011110 0 100110 11110001 1011000 100001

Color Harmonies of #0C0A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0A9F

Black with #0C0A9F

Text Example


Text Example

White with #0C0A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,10,159); }

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

background-color css

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

 a { background-color: rgb(12,10,159); }

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

border-color css

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

 span { border-color: rgb(12,10,159); }

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