#123334

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

Shades of Nordic #123334

Tints of Nordic #123334

Color information

#123334 (or 0x123334) is unknown color: approx Nordic. HEX triplet: 12, 33 and 34. RGB value is (18,51,52). Sum of RGB (Red+Green+Blue) = 18+51+52=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #123334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123334 is #EDCCCB. Grayscale: #292929. Windows color (decimal): -15584460 or 3420946. OLE color: 3420946.

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

Color convert

RGB185152-
CMYK0.650.0200.80
HSL181.76º48.57%13.73%-
HSV(B)181.76º65.38%20.39%-
XYZ2.052.743.67-
YUV41.25134.07111.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=14.88%
G=42.15%
B=42.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1851520.650.0200.80181.7648.5713.73
Hex123334412050b631e
Octal226364101201202666116
Binary1001011001111010010000011001010000101101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123334; }

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

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

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

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

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

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

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

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