#153233

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

Shades of Nordic #153233

Tints of Nordic #153233

Color information

#153233 (or 0x153233) is unknown color: approx Nordic. HEX triplet: 15, 32 and 33. RGB value is (21,50,51). Sum of RGB (Red+Green+Blue) = 21+50+51=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 51 - color contains mainly: blue. Hex color #153233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153233 is #EACDCC. Grayscale: #292929. Windows color (decimal): -15388109 or 3355157. OLE color: 3355157.

HSL color Cylindrical-coordinate representation of color #153233: hue angle of 182º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #153233 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB215051-
CMYK0.590.0200.8
HSL182º41.67%14.12%-
HSV(B)182º58.82%20%-
XYZ2.052.683.54-
YUV41.44133.39113.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=17.21%
G=40.98%
B=41.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2150510.590.0200.818241.6714.12
Hex1532333B2050b62ae
Octal25626373201202665216
Binary101011100101100111110111001010000101101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153233; }

 p { color: rgb(21,50,51); }

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

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

 a { background-color: rgb(21,50,51); }

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

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

 span { border-color: rgb(21,50,51); }

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