Html Css Color HEX #0C1375 Midnight Blue

📋 copy color: '#0C1375'

red 12 ◦ green 19 ◦ blue 117

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

Shades of Midnight Blue #0C1375

Tints of Midnight Blue #0C1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.84%

 BLUE value IS 117 (46.09% from 255) = 79.05%

R = 8.11%
G = 12.84%
B = 79.05%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C1375 (or 0x0C1375) is known color: Midnight Blue. HEX triplet: 0C, 13 and 75. RGB value is (12,19,117). Sum of RGB (Red+Green+Blue) = 12+19+117=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 117 (46.09% from 255 or 79.05% from 148); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C1375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1375 is #F3EC8A. Grayscale: #1B1B1B. Windows color (decimal): -15985803 or 7672588. OLE color: 7672588.

HSL color Cylindrical-coordinate representation of color #0C1375: hue angle of 236º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C1375 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 19 117 -
CMYK 0.90 0.84 0 0.54
HSL 236º 0.81% 0.25% -
HSV(B) 236º 0.9% 0.46% -
XYZ 3.6 1.83 16.99 -
YUV 28.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 12 19 117 0.90 0.84 0 0.54 236 0.81 0.25
Hex C 13 75 5A 54 0 36 EC 51 19
Octal 14 23 165 132 124 0 66 354 121 31
Binary 1100 10011 1110101 1011010 1010100 0 110110 11101100 1010001 11001

Color Harmonies of #0C1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1375

Black with #0C1375

Text Example


Text Example

White with #0C1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,19,117); }

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

background-color css

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

 a { background-color: rgb(12,19,117); }

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

border-color css

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

 span { border-color: rgb(12,19,117); }

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