#123335

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

Shades of Nordic #123335

Tints of Nordic #123335

Color information

#123335 (or 0x123335) is unknown color: approx Nordic. HEX triplet: 12, 33 and 35. RGB value is (18,51,53). Sum of RGB (Red+Green+Blue) = 18+51+53=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 53 - color contains mainly: blue. Hex color #123335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123335 is #EDCCCA. Grayscale: #292929. Windows color (decimal): -15584459 or 3486482. OLE color: 3486482.

HSL color Cylindrical-coordinate representation of color #123335: hue angle of 183.43º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123335 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB185153-
CMYK0.660.0400.79
HSL183.43º49.3%13.92%-
HSV(B)183.43º66.04%20.78%-
XYZ2.082.753.79-
YUV41.36134.57111.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 53 (21.09% from 255) = 43.44%
R=14.75%
G=41.80%
B=43.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1851530.660.0400.79183.4349.313.92
Hex12333542404Fb731e
Octal226365102401172676116
Binary10010110011110101100001010001001111101101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123335; }

 p { color: rgb(18,51,53); }

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

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

 a { background-color: rgb(18,51,53); }

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

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

 span { border-color: rgb(18,51,53); }

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