#0C3639

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

Shades of Nordic #0C3639

Tints of Nordic #0C3639

Color information

#0C3639 (or 0x0C3639) is unknown color: approx Nordic. HEX triplet: 0C, 36 and 39. RGB value is (12,54,57). Sum of RGB (Red+Green+Blue) = 12+54+57=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C3639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3639 is #F3C9C6. Grayscale: #292929. Windows color (decimal): -15976903 or 3749388. OLE color: 3749388.

HSL color Cylindrical-coordinate representation of color #0C3639: hue angle of 184º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3639 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB125457-
CMYK0.790.0500.78
HSL184º65.22%13.53%-
HSV(B)184º78.95%22.35%-
XYZ2.213.014.34-
YUV41.78136.59106.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.76%
GREEN value IS 54 (21.48% from 255) = 43.90%
BLUE value IS 57 (22.66% from 255) = 46.34%
R=9.76%
G=43.90%
B=46.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1254570.790.0500.7818465.2213.53
HexC36394F504Eb841e
Octal1466711175011627010116
Binary11001101101110011001111101010011101011100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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