#12333D

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

Shades of Nordic #12333D

Tints of Nordic #12333D

Color information

#12333D (or 0x12333D) is unknown color: approx Nordic. HEX triplet: 12, 33 and 3D. RGB value is (18,51,61). Sum of RGB (Red+Green+Blue) = 18+51+61=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #12333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12333D is #EDCCC2. Grayscale: #2A2A2A. Windows color (decimal): -15584451 or 4010770. OLE color: 4010770.

HSL color Cylindrical-coordinate representation of color #12333D: hue angle of 193.95º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12333D is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB185161-
CMYK0.700.1600.76
HSL193.95º54.43%15.49%-
HSV(B)193.95º70.49%23.92%-
XYZ2.282.834.84-
YUV42.27138.57110.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 61 (24.22% from 255) = 46.92%
R=13.85%
G=39.23%
B=46.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1851610.700.1600.76193.9554.4315.49
Hex12333D461004Cc236f
Octal2263751062001143026617
Binary1001011001111110110001101000001001100110000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12333D; }

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

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

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

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

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

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

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

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