#0C353B

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

Shades of Nordic #0C353B

Tints of Nordic #0C353B

Color information

#0C353B (or 0x0C353B) is unknown color: approx Nordic. HEX triplet: 0C, 35 and 3B. RGB value is (12,53,59). Sum of RGB (Red+Green+Blue) = 12+53+59=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C353B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C353B is #F3CAC4. Grayscale: #292929. Windows color (decimal): -15977157 or 3880204. OLE color: 3880204.

HSL color Cylindrical-coordinate representation of color #0C353B: hue angle of 187.66º 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 #0C353B is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB125359-
CMYK0.800.1000.77
HSL187.66º66.2%13.92%-
HSV(B)187.66º79.66%23.14%-
XYZ2.212.944.59-
YUV41.42137.92107.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 59 (23.44% from 255) = 47.58%
R=9.68%
G=42.74%
B=47.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1253590.800.1000.77187.6666.213.92
HexC353B50A04Dbc42e
Octal14657312012011527410216
Binary110011010111101110100001010010011011011110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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