#19363F

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

Shades of Nordic #19363F

Tints of Nordic #19363F

Color information

#19363F (or 0x19363F) is unknown color: approx Nordic. HEX triplet: 19, 36 and 3F. RGB value is (25,54,63). Sum of RGB (Red+Green+Blue) = 25+54+63=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #19363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19363F is #E6C9C0. Grayscale: #2E2E2E. Windows color (decimal): -15124929 or 4142617. OLE color: 4142617.

HSL color Cylindrical-coordinate representation of color #19363F: hue angle of 194.21º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19363F is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB255463-
CMYK0.600.1400.75
HSL194.21º43.18%17.25%-
HSV(B)194.21º60.32%24.71%-
XYZ2.623.25.18-
YUV46.36137.39112.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.61%
GREEN value IS 54 (21.48% from 255) = 38.03%
BLUE value IS 63 (25% from 255) = 44.37%
R=17.61%
G=38.03%
B=44.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2554630.600.1400.75194.2143.1817.25
Hex19363F3CE04Bc22b11
Octal316677741601133025321
Binary110011101101111111111001110010010111100001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19363F; }

 p { color: rgb(25,54,63); }

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

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

 a { background-color: rgb(25,54,63); }

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

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

 span { border-color: rgb(25,54,63); }

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