Html Css Color HEX #0C025F Midnight Blue

📋 copy color: '#0C025F'

red 12 ◦ green 2 ◦ blue 95

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

Shades of Midnight Blue #0C025F

Tints of Midnight Blue #0C025F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 87.16%

R = 11.01%
G = 1.83%
B = 87.16%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0C025F (or 0x0C025F) is known color: Midnight Blue. HEX triplet: 0C, 02 and 5F. RGB value is (12,2,95). Sum of RGB (Red+Green+Blue) = 12+2+95=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 95 (37.5% from 255 or 87.16% from 109); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C025F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C025F is #F3FDA0. Grayscale: #0F0F0F. Windows color (decimal): -15990177 or 6226444. OLE color: 6226444.

HSL color Cylindrical-coordinate representation of color #0C025F: hue angle of 246.45º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C025F is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 12 2 95 -
CMYK 0.87 0.98 0 0.63
HSL 246.45º 0.96% 0.19% -
HSV(B) 246.45º 0.98% 0.37% -
XYZ 2.24 0.95 10.89 -
YUV 15.59 172.81 125.44 -
System Red Green Blue C M Y K H S L
Decimal 12 2 95 0.87 0.98 0 0.63 246.45 0.96 0.19
Hex C 2 5F 57 62 0 3F F6 60 13
Octal 14 2 137 127 142 0 77 366 140 23
Binary 1100 10 1011111 1010111 1100010 0 111111 11110110 1100000 10011

Color Harmonies of #0C025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C025F

Black with #0C025F

Text Example


Text Example

White with #0C025F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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