#1A333A

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

Shades of Nordic #1A333A

Tints of Nordic #1A333A

Color information

#1A333A (or 0x1A333A) is unknown color: approx Nordic. HEX triplet: 1A, 33 and 3A. RGB value is (26,51,58). Sum of RGB (Red+Green+Blue) = 26+51+58=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A333A is #E5CCC5. Grayscale: #2C2C2C. Windows color (decimal): -15060166 or 3814170. OLE color: 3814170.

HSL color Cylindrical-coordinate representation of color #1A333A: hue angle of 193.12º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A333A is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB265158-
CMYK0.550.1200.77
HSL193.12º38.1%16.47%-
HSV(B)193.12º55.17%22.75%-
XYZ2.372.894.44-
YUV44.32135.72114.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 58 (23.05% from 255) = 42.96%
R=19.26%
G=37.78%
B=42.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2651580.550.1200.77193.1238.116.47
Hex1A333A37C04Dc12610
Octal326372671401153014620
Binary110101100111110101101111100010011011100000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A333A; }

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

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

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

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

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

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

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

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