#0A3440

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

Shades of Nordic #0A3440

Tints of Nordic #0A3440

Color information

#0A3440 (or 0x0A3440) is unknown color: approx Nordic. HEX triplet: 0A, 34 and 40. RGB value is (10,52,64). Sum of RGB (Red+Green+Blue) = 10+52+64=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A3440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3440 is #F5CBBF. Grayscale: #282828. Windows color (decimal): -16108480 or 4207626. OLE color: 4207626.

HSL color Cylindrical-coordinate representation of color #0A3440: hue angle of 193.33º 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 #0A3440 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB105264-
CMYK0.840.1900.75
HSL193.33º72.97%14.51%-
HSV(B)193.33º84.38%25.1%-
XYZ2.282.895.29-
YUV40.81141.09106.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.94%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=7.94%
G=41.27%
B=50.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1052640.840.1900.75193.3372.9714.51
HexA3440541304Bc149f
Octal126410012423011330111117
Binary10101101001000000101010010011010010111100000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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