#133438

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

Shades of Nordic #133438

Tints of Nordic #133438

Color information

#133438 (or 0x133438) is unknown color: approx Nordic. HEX triplet: 13, 34 and 38. RGB value is (19,52,56). Sum of RGB (Red+Green+Blue) = 19+52+56=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #133438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133438 is #ECCBC7. Grayscale: #2A2A2A. Windows color (decimal): -15518664 or 3683347. OLE color: 3683347.

HSL color Cylindrical-coordinate representation of color #133438: hue angle of 186.49º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133438 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB195256-
CMYK0.660.0700.78
HSL186.49º49.33%14.71%-
HSV(B)186.49º66.07%21.96%-
XYZ2.212.884.18-
YUV42.59135.57111.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=14.96%
G=40.94%
B=44.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1952560.660.0700.78186.4949.3314.71
Hex13343842704Eba31f
Octal236470102701162726117
Binary10011110100111000100001011101001110101110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133438; }

 p { color: rgb(19,52,56); }

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

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

 a { background-color: rgb(19,52,56); }

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

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

 span { border-color: rgb(19,52,56); }

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