#0A3136

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

Shades of Nordic #0A3136

Tints of Nordic #0A3136

Color information

#0A3136 (or 0x0A3136) is unknown color: approx Nordic. HEX triplet: 0A, 31 and 36. RGB value is (10,49,54). Sum of RGB (Red+Green+Blue) = 10+49+54=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #0A3136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3136 is #F5CEC9. Grayscale: #252525. Windows color (decimal): -16109258 or 3551498. OLE color: 3551498.

HSL color Cylindrical-coordinate representation of color #0A3136: hue angle of 186.82º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3136 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB104954-
CMYK0.810.0900.79
HSL186.82º68.75%12.55%-
HSV(B)186.82º81.48%21.18%-
XYZ1.892.533.88-
YUV37.91137.08108.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.85%
GREEN value IS 49 (19.53% from 255) = 43.36%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=8.85%
G=43.36%
B=47.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1049540.810.0900.79186.8268.7512.55
HexA313651904Fbb45d
Octal12616612111011727310515
Binary101011000111011010100011001010011111011101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,49,54); }

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

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

 a { background-color: rgb(10,49,54); }

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

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

 span { border-color: rgb(10,49,54); }

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