#0C274B

Color #0C274B Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #0C274B

Tints of Midnight #0C274B

Color information

#0C274B (or 0x0C274B) is unknown color: approx Midnight. HEX triplet: 0C, 27 and 4B. RGB value is (12,39,75). Sum of RGB (Red+Green+Blue) = 12+39+75=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C274B is #F3D8B4. Grayscale: #222222. Windows color (decimal): -15980725 or 4925196. OLE color: 4925196.

HSL color Cylindrical-coordinate representation of color #0C274B: hue angle of 214.29º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C274B is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB123975-
CMYK0.840.4800.71
HSL214.29º72.41%17.06%-
HSV(B)214.29º84%29.41%-
XYZ2.152.046.94-
YUV35.03150.55111.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 75 (29.69% from 255) = 59.52%
R=9.52%
G=30.95%
B=59.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1239750.840.4800.71214.2972.4117.06
HexC274B5430047d64811
Octal144711312460010732611021
Binary1100100111100101110101001100000100011111010110100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,39,75); }

 H1.HeaderClassName
 {
   color: #0C274B;
 }
 .AnyTagClassName
 {
   color: #0C274B;
 }
</style>
background-color css

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

 a { background-color: rgb(12,39,75); }

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

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

 span { border-color: rgb(12,39,75); }

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