#0C393E

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

Shades of Nordic #0C393E

Tints of Nordic #0C393E

Color information

#0C393E (or 0x0C393E) is unknown color: approx Nordic. HEX triplet: 0C, 39 and 3E. RGB value is (12,57,62). Sum of RGB (Red+Green+Blue) = 12+57+62=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 62 - color contains mainly: blue. Hex color #0C393E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C393E is #F3C6C1. Grayscale: #2C2C2C. Windows color (decimal): -15976130 or 4077836. OLE color: 4077836.

HSL color Cylindrical-coordinate representation of color #0C393E: hue angle of 186º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C393E is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB125762-
CMYK0.810.0800.76
HSL186º67.57%14.51%-
HSV(B)186º80.65%24.31%-
XYZ2.483.355.07-
YUV44.11138.09105.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.16%
GREEN value IS 57 (22.66% from 255) = 43.51%
BLUE value IS 62 (24.61% from 255) = 47.33%
R=9.16%
G=43.51%
B=47.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1257620.810.0800.7618667.5714.51
HexC393E51804Cba44f
Octal14717612110011427210417
Binary110011100111111010100011000010011001011101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,57,62); }

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

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

 a { background-color: rgb(12,57,62); }

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

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

 span { border-color: rgb(12,57,62); }

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