#0A3740

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

Shades of Nordic #0A3740

Tints of Nordic #0A3740

Color information

#0A3740 (or 0x0A3740) is unknown color: approx Nordic. HEX triplet: 0A, 37 and 40. RGB value is (10,55,64). Sum of RGB (Red+Green+Blue) = 10+55+64=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A3740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3740 is #F5C8BF. Grayscale: #2A2A2A. Windows color (decimal): -16107712 or 4208394. OLE color: 4208394.

HSL color Cylindrical-coordinate representation of color #0A3740: hue angle of 190º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3740 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB105564-
CMYK0.840.1400.75
HSL190º72.97%14.51%-
HSV(B)190º84.38%25.1%-
XYZ2.423.175.33-
YUV42.57140.09104.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.75%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 64 (25.39% from 255) = 49.61%
R=7.75%
G=42.64%
B=49.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1055640.840.1400.7519072.9714.51
HexA374054E04Bbe49f
Octal126710012416011327611117
Binary1010110111100000010101001110010010111011111010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,55,64); }

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

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

 a { background-color: rgb(10,55,64); }

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

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

 span { border-color: rgb(10,55,64); }

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