Html Css Color HEX #0C1347 Midnight Express

📋 copy color: '#0C1347'

red 12 ◦ green 19 ◦ blue 71

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

Shades of Midnight Express #0C1347

Tints of Midnight Express #0C1347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 69.61%

R = 11.76%
G = 18.63%
B = 69.61%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0C1347 (or 0x0C1347) is known color: Midnight Express. HEX triplet: 0C, 13 and 47. RGB value is (12,19,71). Sum of RGB (Red+Green+Blue) = 12+19+71=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 71 (28.12% from 255 or 69.61% from 102); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C1347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1347 is #F3ECB8. Grayscale: #161616. Windows color (decimal): -15985849 or 4657932. OLE color: 4657932.

HSL color Cylindrical-coordinate representation of color #0C1347: hue angle of 232.88º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C1347 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 12 19 71 -
CMYK 0.83 0.73 0 0.72
HSL 232.88º 0.71% 0.16% -
HSV(B) 232.88º 0.83% 0.28% -
XYZ 1.52 1 6.07 -
YUV 22.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 12 19 71 0.83 0.73 0 0.72 232.88 0.71 0.16
Hex C 13 47 53 49 0 48 E9 47 10
Octal 14 23 107 123 111 0 110 351 107 20
Binary 1100 10011 1000111 1010011 1001001 0 1001000 11101001 1000111 10000

Color Harmonies of #0C1347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1347

Black with #0C1347

Text Example


Text Example

White with #0C1347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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