Html Css Color HEX #0C0FA5 New Midnight Blue

📋 copy color: '#0C0FA5'

red 12 ◦ green 15 ◦ blue 165

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

Shades of New Midnight Blue #0C0FA5

Tints of New Midnight Blue #0C0FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.81%

 BLUE value IS 165 (64.84% from 255) = 85.94%

R = 6.25%
G = 7.81%
B = 85.94%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0C0FA5 (or 0x0C0FA5) is known color: New Midnight Blue. HEX triplet: 0C, 0F and A5. RGB value is (12,15,165). Sum of RGB (Red+Green+Blue) = 12+15+165=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 165 (64.84% from 255 or 85.94% from 192); Max value from RGB is 165 - color contains mainly: blue. Hex color #0C0FA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0FA5 is #F3F05A. Grayscale: #1E1E1E. Windows color (decimal): -15986779 or 10817292. OLE color: 10817292.

HSL color Cylindrical-coordinate representation of color #0C0FA5: hue angle of 238.82º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0FA5 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 15 165 -
CMYK 0.93 0.91 0 0.35
HSL 238.82º 0.86% 0.35% -
HSV(B) 238.82º 0.93% 0.65% -
XYZ 7.11 3.14 35.83 -
YUV 31.2 203.51 114.3 -
System Red Green Blue C M Y K H S L
Decimal 12 15 165 0.93 0.91 0 0.35 238.82 0.86 0.35
Hex C F A5 5D 5B 0 23 EF 56 23
Octal 14 17 245 135 133 0 43 357 126 43
Binary 1100 1111 10100101 1011101 1011011 0 100011 11101111 1010110 100011

Color Harmonies of #0C0FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0FA5

Black with #0C0FA5

Text Example


Text Example

White with #0C0FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,15,165); }

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

background-color css

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

 a { background-color: rgb(12,15,165); }

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

border-color css

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

 span { border-color: rgb(12,15,165); }

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