#0C313B

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

Shades of Nordic #0C313B

Tints of Nordic #0C313B

Color information

#0C313B (or 0x0C313B) is unknown color: approx Nordic. HEX triplet: 0C, 31 and 3B. RGB value is (12,49,59). Sum of RGB (Red+Green+Blue) = 12+49+59=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C313B is #F3CEC4. Grayscale: #272727. Windows color (decimal): -15978181 or 3879180. OLE color: 3879180.

HSL color Cylindrical-coordinate representation of color #0C313B: hue angle of 192.77º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C313B is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB124959-
CMYK0.800.1700.77
HSL192.77º66.2%13.92%-
HSV(B)192.77º79.66%23.14%-
XYZ2.042.594.53-
YUV39.08139.24108.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 59 (23.44% from 255) = 49.17%
R=10%
G=40.83%
B=49.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1249590.800.1700.77192.7766.213.92
HexC313B501104Dc142e
Octal14617312021011530110216
Binary1100110001111011101000010001010011011100000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,49,59); }

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

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

 a { background-color: rgb(12,49,59); }

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

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

 span { border-color: rgb(12,49,59); }

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