#0D333A

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

Shades of Nordic #0D333A

Tints of Nordic #0D333A

Color information

#0D333A (or 0x0D333A) is unknown color: approx Nordic. HEX triplet: 0D, 33 and 3A. RGB value is (13,51,58). Sum of RGB (Red+Green+Blue) = 13+51+58=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D333A is #F2CCC5. Grayscale: #282828. Windows color (decimal): -15912134 or 3814157. OLE color: 3814157.

HSL color Cylindrical-coordinate representation of color #0D333A: hue angle of 189.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D333A is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB135158-
CMYK0.780.1200.77
HSL189.33º63.38%13.92%-
HSV(B)189.33º77.59%22.75%-
XYZ2.112.764.42-
YUV40.44137.91108.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.66%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 58 (23.05% from 255) = 47.54%
R=10.66%
G=41.80%
B=47.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1351580.780.1200.77189.3363.3813.92
HexD333A4EC04Dbd3fe
Octal1563721161401152757716
Binary11011100111110101001110110001001101101111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,51,58); }

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

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

 a { background-color: rgb(13,51,58); }

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

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

 span { border-color: rgb(13,51,58); }

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